Returns a pointer to a constant string which contains the name of the passed status code (for example, E_TIME) or, if the passed status code is not defined in NTX.H, undefined status code.
Visual Basic:
Function ntxGetRtErrorName( ByVal Status As Short) As String
Visual C#:
String ntxGetRtErrorName ( Int16 Status );
Status
A string that contains the error name.
NTX_BAD_NTXSTATUS
Versions | Reference |
---|---|
INtime 3.0 | INtimeDotNet |
INtimeDotNet system calls, Status system calls