Versions Compared

Key

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

...

For network features, the LMX_Heartbeat function checks whether the network connection to the license server is working.

Prototype

Code Block
languagecpp
LMX_STATUS LMX_Heartbeat

...


(
   LMX_HANDLE LmxHandle,

...


   const char *szFeatureName

...


);

Parameters

LmxHandle
[in/out] LM-X handle.

...