Returns a pointer to a constant string. This string contains the name of the status code passed (for example, "E_TIME") or "undefined status code" if the status code passed is not defined in NTX.H.
CONST char* ntxGetRtErrorName( NTXSTATUS Status ); CONST wchar_t* ntxGetRtErrorNameW( NTXSTATUS status );
Status
NTX_BAD_NTXSTATUS
There is limited UNICODE support for some NTX calls. By defining the macro _UNICODE_NTX_MINI_ the standard calls are mapped to their wide-character equivalents.
NTX_BAD_NTXSTATUS
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/nt/include/ntx.h | ntx.h | ntx.lib |
INtime 4.01 (for 64-bit Windows) | intime/nt/include/ntx.h | ntx.h | ntx64.lib |