nxLibTranslateReturnCode

Navigation:  NxLib API > C Interface > Other >

nxLibTranslateReturnCode

Previous pageReturn to chapter overviewNext page

Retrieves a string description for an API return code.

Signature

static char const * const nxLibTranslateReturnCode (NXLIBINT returnCode)

Parameters

returnCode

The return code to convert to a text string.

Return Value

A pointer to a string description of the return code or 0, if an invalid return code was specified.