Copies a short sentence (no punctuation) that describes "Status" into the buffer at lpBuffe. If UNICODE is defined, the lpBuffer is an LPWSTR which contains the sentence in UNICODE.
int ntxLoadRtErrorString(
    NTXSTATUS Status,
    LPSTR lpBuffer,
    int nBufferMax
);
Status 
lpBuffer 
nBufferMax 
E_NTX_INTERNAL_ERROR 0x1001 
| 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 |