WLRegGetLicenseInfo

<< Click to Display Table of Contents >>

Navigation:  WinLicense > WinLicense SDK > Registration Functions >

WLRegGetLicenseInfo

The WLRegGetLicenseInfo function retrieves the registration information for 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

 

pName

[out] Pointer to a string that will receive the registration name in the current license key.

 

pCompanyName

[out] Pointer to a string that will receive the company name in the current license key.

 

pCustomData

[out] Pointer to a string that will receive the custom data in the current license key.

 

 

Return Values

 

If the function succeeds, the return value is True.

 

If the function fails, the return value is False.

 

 

See Also

 

WLRegGetStatus