INtime SDK Help
SetLastError, RtSetLastError (iwin32)
INtime SDK v6 > About INtime > Alternate APIs > iwin32 API > iwin32 API > SetLastError, RtSetLastError (iwin32)

Sets the last-error code for the calling thread.

VOID SetLastError(
    DWORD dwErrCode

VOID RtSetLastError(
    DWORD dwErrCode
);

Parameters

dwErrCode
Specifies the last-error code for the thread.

Remarks

Return Values

None.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/iwin32.h
intime/rt/include/winbase.h
iwin32.h
windows.h
iwin32.lib

Note

See Also

GetLastError, iwin32 API, iwin32 Overview