Allows the developer to check out a user instance of a specified feature license.
|
Syntax:
|
LMChkOut (license file name, feature name, version)
|
Parameters:
|
license file name – A string value that indicates the license data file or the location of the license server. feature name – A string that specifies the name of the feature. version – A string that specifies the version of the requested feature.
|
Returns:
|
The function returns a numeric value indicating success or failure of the function execution as follows: 0 – Success. 1 – Failure to initialize connection to the license server. 2 – The license file is damaged or does not exist. 3 – The value of the feature name in the function is blank. 4 – The specified feature does not exist in the license file. 5 – The expiration date of the feature has expired. 6 – The feature requested does not exist in the license file of the server. 7 – Failed to check out a user instance of a license.
|
See also:
|
LMChkIn
MakeKey Utility
How Do I Limit the Use of My Application Using the Magic xpa License Mechanism?
|