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.
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.