WLHardwareCheckID

<< Click to Display Table of Contents >>

Navigation:  WinLicense > WinLicense SDK > Miscellaneous Functions >

WLHardwareCheckID

The WLHardwareCheckID validates a given hardware ID. This function is designed to know when a user reports a fake or real hardware ID. This will avoid being cheated by users that reports the wrong typing in their hardware ID.

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

 

pHardwareId

[in] Pointer to a null-terminated string that specifies the hardware ID to validate.

 

 

Return Values

 

If the hardware ID is valid, the return value is True.

 

If the hardware ID is invalid, the return value is False.

 

 

See Also

 

WLHardwareGetID, WLHardwareGetFormattedID