WLRegRemoveCurrentKey

<< Click to Display Table of Contents >>

Navigation:  WinLicense > WinLicense SDK > Registration Functions >

WLRegRemoveCurrentKey

The WLRegRemoveCurrentKey function removes the current license key from the system. This function deletes the current license from the system (file or registry license), making an application not to be registered the next time that is executed. Notice that this function will not block the current license.

Click to expand/collapseShow C/C++ function definition
Click to expand/collapseShow Delphi function definition
Click to expand/collapseShow Visual Basic Native function definition
Click to expand/collapseShow .NET function definition

 

Parameters

 

This function has no parameters.

 

 

Return Values

 

If the function succeeds, the return value is True.

 

If the function fails, the return value is False.

 

 

See Also

 

WLRegDisableCurrentKey