INtime SDK Help
RtSetThreadTimeQuantum (iwin32)
INtime SDK v7.1 > About INtime > Alternate APIs > iwin32 API > iwin32 API > RtSetThreadTimeQuantum (iwin32)

Provided only for compatibility.

BOOLEAN RtSetThreadTimeQuantum(
    HANDLE hThread,
    DWORD dwQuantumInMS
);

Parameters

hThread
Ignored.
dwQuantumInMS
The value returned by RtGetThreadTimeQuantum.

Remarks

Any attempt to effectively change the value of the quantum (i.e., the round robin timeslice) results in ERROR_INVALID_PARAMETER.

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

RtGetThreadTimeQuantum, iwin32 API, iwin32 Overview