Versions Compared

Key

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

The LMX_GetErrorMessage function retrieves a NULL-terminated string for the last LM-X function call that occurred.

Prototype

Code Block
languagecpp
const char * LMX_GetErrorMessage

...


(
   LMX_HANDLE LmxHandle

...


);

Parameters

LmxHandle
[in/out] LM-X handle.

...