Versions Compared

Key

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

...

Code Block
languagecpp
int LMX_GetExpireTime
(
   LMX_HANDLE LmxHandle,
   const char *szFeatureName
);

Parameters

LmxHandle
[in] LM-X handle.

szFeatureName
[in] Feature name.

Return values

This function returns the number of hours left before the feature expires.

...

You can use LMX_GetFeatureInfo to get the license expiration date.

Example

You can use the following code to return the number of hours left before the feature expires.

...