You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The LMX_Checkin function will return the licenses for a single checked out feature or all checked out features.

Prototype

void LMX_Checkin
(
   LMX_STATUS,
   LMX_HANDLE LmxHandle,
   const char *szFeatureName,
   int nCount
);

Parameters

LmxHandle
[in/out] LM-X handle.

szFeatureName
[in] Feature name. Use parameter LMX_ALL_FEATURES to check in all features.

nCount
[in] Number of licenses to check in.

Use parameter LMX_ALL_LICENSES to check in all licenses.

Return values

None.

Remarks

If all licenses are returned to a license server, the licensing system will also ensure that the network connection is closed.

Using LMX_ALL_FEATURES with borrow early return is not supported. Instead, check in the features individually.

  • No labels