HRESULT WINAPI SLS_Remove( Parameters pszProductID Points to a string that uniquely identifies the application's Product ID. dwOptions Instructs how which part of the licence system should be removed. It is a combination of the following values:
pChallenge Points to a challenge structure. The licence system does not challenge back. Return Values SLS_SUCCESS if the function is successful. Otherwise an error status code is returned to indicate the cause of the error. Remarks Unlike SLS_Terminate which is designed to enable end users to terminate the licence, SLS_Remove is designed to enable the software publisher to remove the licence.
In other words, the difference between "Terminate" and "Remove" is that:
See also SLS_GenerateRemovePassword in the Extended API.
|