The LMX_Admin_ReserveEarlyReturn function will return all licenses reserved for the features using the given token.

Prototype

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 SOAP API return codes. Note that the error code returned reflects only the last license file tested or license server contacted.

Remarks

None.