Versions Compared

Key

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

The LMX_GetError function returns an error structure containing the complete error message.

Prototype

Code Block
languagecpp
const LMX_ERROR_INFO *LMX_GetError

...


(
   LMX_HANDLE LmxHandle

...


);

Parameters

LmxHandle
[in/out] LM-X handle.

...