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_ReserveEarlyReturn function will return all licenses reserved for the features using the given token.

Prototype

Code Block
languagecpp
LMX_STATUS LMX_Admin_ReserveEarlyReturn
(
   LMX_HANDLE LmxHandle,
   const char *szFeatureName,
   const char *szReservationToken
);

Parameters

LmxHandle
[in/out] LM-X handle.

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

szReservationToken
[in] Reservation token used to acquire and consume reservations.

Return values

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

Remarks

None.