Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.