You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Prototype

const char * LMX_GetErrorMessageSimple
(
LMX_STATUS LmxStat
);

Parameters

LmxStat
[in] Error status variable.

Return Values

The return value is a pointer to a NULL-terminated string that contains descriptive text for the error code.

  • No labels