INtime SDK Help
RtGetThreadTimeQuantum (iwin32)
INtime SDK v7 > About INtime > Alternate APIs > iwin32 API > iwin32 API > RtGetThreadTimeQuantum (iwin32)

Retrieves the duration of the round-robin period. Provided only for compatibility.

DWORD RtGetThreadTimeQuantum(
    HANDLE      hThread
);

Parameters

hThread
Ignored.

Return Values

The thread's time quantum, in milliseconds
Success.
0 (zero)
Failure. For extended error information, see GetLastError.

Requirements

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

Note

This function operates in the real-time portion of your application.

See Also

iwin32 API, iwin32 Overview