Versions Compared

Key

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

The LMX_Checkout function will checkout one or more licenses for a specific feature.

Prototype

Code Block
languagecpp
LMX_STATUS LMX_Checkout

...


(
   LMX_HANDLE LmxHandle,

...


   const char *szFeatureName,

...


   int nVerMajor,
   int nVerMinor,
   int nCount
);

Parameters

LmxHandle
[in/out] LM-X handle.

...