Versions Compared

Key

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

The LMX_GetErrorMessageSimple function retrieves a string for a corresponding status value.

Prototype

Code Block
languagecpp
const char * LMX_GetErrorMessageSimple

...


(
   LMX_STATUS LmxStat

...


);

Parameters

LmxStat
[in] Error status variable.

...