Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

The LMX_Admin_Reserve function will use a token to reserve one or more licenses for a specified time.

Prototype

Code Block
languagecpp
LMX_STATUS LMX_Admin_Reserve

...


(
   LMX_HANDLE LmxHandle,

...


   const char *szFeatureName,

...


   int nVerMajor,
   int nVerMinor,
   int nCount,
   int nReservationTime,
   const char *szReservationToken
);

Parameters

LmxHandle
[in/out] LM-X handle.

...

On failure, this function returns an error code in the format described in Return SOAP API return codes. Note that the error code returned reflects only the last license file tested or license server contacted.

...