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

 

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

...