Callback Functions

From InterBase

Go Up to About the InterBase Install API


The isc_install_execute() and isc_uninstall_execute() functions permit you to pass in pointers to an error-handling function and to a status function, both of which are supplied by you.

  • You can use the error-handing function to specify a response to an error or warning and to display message text to the end user.
  • The status function can pass status information to the end user and pass back a “cancel” request from the user.

The prototype of these functions is as follows:

Topics

Advance To: