8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 12:03:02 +01:00
This commit is contained in:
robocop 2011-01-15 09:04:36 +00:00
parent 9b19148af7
commit dcb7bd6ff6

View File

@ -43,7 +43,7 @@ to callback function. Call mask can have the following values:
fb_shut_confirmation - callback function may return non-zero value to abort shutdown fb_shut_confirmation - callback function may return non-zero value to abort shutdown
fb_shut_preproviders - callback function will be called before shutting down engine fb_shut_preproviders - callback function will be called before shutting down engine
fb_shut_postproviders - callback function will be called after shutting down engine fb_shut_postproviders - callback function will be called after shutting down engine
fb_shut_finish - final step, callback function may wait for some activity to be treminated fb_shut_finish - final step, callback function may wait for some activity to be terminated
or ORed combination of them (to make same function be called in required cases). or ORed combination of them (to make same function be called in required cases).
Callback function has 3 parameters - reason of shutdown, actual value of mask with which it was Callback function has 3 parameters - reason of shutdown, actual value of mask with which it was