solidDB Help : solidDB reference : solidDB Server Control (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
The following table describes the 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.
Go up to
SSC API reference