INtime SDK Help
ntxGetRtErrorName(INtimeDotNet)
INtime SDK v6 > About INtime > Alternate APIs > INtimeDotNet > ntxGetRtErrorName(INtimeDotNet)

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 );

Parameters

Status
A status code from an NTX call.

Return Values

A string that contains the error name.

INtimeException Status

NTX_BAD_NTXSTATUS
An undefined status code.

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, Status system calls