SMA and LLA Guide : solidDB® Server Control API (SSC API) : SSC API reference : SSCUnregisterThread
  
SSCUnregisterThread
Note SSCUnregisterThread is deprecated as of 6.5 FP1; it is no longer necessary to register and unregister threads explicitly when using solidDB® with linked library access (LLA). As of 6.5 FP1, thread registration is handled implicitly.
The SSCUnregisterThread function unregisters a solidDB® application thread for the server. The SSCUnregisterThread function must be called by every thread that has registered itself with the function SSCRegisterThread. The function is called before the thread terminates.
Synopsis
SscRetT SSC_CALL SSCUnregisterThread(SscServerT h)
Parameters
Parameter
Usage type
Description
h
in, use
Handle to server
Return value
SSC_SUCCESS
SSC_INVALID_HANDLE
Comments
SSC_CALL is required to explicitly define the calling convention of your user function. It is defined in the sscapi.h file appropriately for each platform.
This function has no corresponding solidDB® ADMIN COMMAND.
See also
SSCRegisterThread
SSC API reference