WLGenLicenseFileKeyEx

<< Click to Display Table of Contents >>

Navigation:  WinLicense > WinLicense SDK > Generators Functions >

WLGenLicenseFileKeyEx

The WLGenLicenseFileKeyEx function generates a license key in the same manner as WLGenLicenseFileKey.  WinLicense 2.0 introduces this new function to cope with new license restrictions (not present in WLGenLicenseFileKey) and allow extending the license restrictions in future versions of WinLicense without breaking the function definition for WLGenLicenseFileKeyEx.

 

The WLGenLicenseInfoFileKeyEx requires as parameter a structure (sLicenseFeatures) which contains all the license restrictions.

Click to expand/collapseShow C/C++ function definition
Click to expand/collapseShow Delphi function definition
Click to expand/collapseShow Visual Basic function definition
Click to expand/collapseShow C# (.NET) function definition

 

Parameters

 

pLicenseHash

[in] Pointer to a null-terminated string that specifies the unique License hash to generate specific keys for an application.

 

pUserName

[in] Pointer to a null-terminated string that specifies the registration name for the license key to generate.

 

If this parameter is zero, the generated key will not have registration name information.

 

pOrganization

[in] Pointer to a null-terminated string that specifies the organization name for the license key to generate.

 

If this parameter is zero, the generated key will not have organization name information.

 

pCustomData

[in] Pointer to a null-terminated string that specifies the custom data for the license key to generate.

 

If this parameter is zero, the generated key will not have custom data information.

 

pMachineID

[in] Pointer to a null-terminated string that specifies the machine ID to lock the license key to a specific computer.

 

If this parameter is zero, the generated key will work in every computer (no machine locking).

 

pLicenseFeatures

[in] Pointer to a sLicenseFeatures structure which contains the license restrictions.

 

pBufferOut

[out] Pointer to a buffer that will hold the generated license key. If this parameter is NULL, the function returns the required buffer size.

 

This buffer should be copied directly into a file, making it the license key that will activate a specific application.

 

 

Return Values

 

If the function succeeds, the return value is the number of bytes in the generated license key.

 

If the function fails, the return value is 0.

 

 

See Also

 

WLGenLicenseFileKey, WLGenLicenseRegistryKey, WLGenLicenseTextKey, WLGenLicenseSmartKey