INtime SDK Help
GetRtErrorText
INtime SDK v6 > About INtime > INtime Kernel > Status > GetRtErrorText

Returns a pointer to a string that describes the error code returned from a call to GetLastRtError.

const char *GetRtErrorText(
    DWORD dwErrorCode
);

Parameters

dwErrorCode
The status code returned by GetLastRtError.

Return Values

Returns a pointer to a string constant that describes the error code.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/rtbase.h rt.h rt.lib
   
See Also