ctPlugin_term
Declaration
ctPlugin_term(void)
Description
If provided, ctPlugin_term(void) is called at server shutdown before <DLL> is unloaded from the process. This is intended to cleanup any global state information within <DLL> and should return zero on success, non-zero on error. This function should return promptly to prevent delaying database shutdown. Because this is executed while database shutdown is in progress, c-tree API calls may have undefined behavior.
See Also