VLScleanup
Cleans up the licensing library.
Syntax
LS_STATUS_CODE VLScleanup(void);
You may instead use the VLS_CLEANUP macro which is a wrapper to the VLScleanup API and has the following syntax:
#define VLS_CLEANUP()
This function has no arguments.
Description
After all Sentinel RMS calls are done and before exiting, you must call this function.
NOTE This function should not be called if the application is being protected using the Quick-API. Calling VLScleanup after calling VLSdisableLicense can produce unpredictable results.
Returns
The status code LS_SUCCESS is returned if successful. For a complete list of the error codes, see Licensing Library Error and Result Codes.