CeGetThreadQuantum (Windows CE 5.0)
This function gets the time quantum for the specified thread.
DWORD CeGetThreadQuantum(HANDLE hThread);
Parameters
- hThread
[in] Handle to a thread.
Return Values
The return value specifies the quantum of the thread, in milliseconds.
On failure, MAXDWORD is returned.
To get extended error information, call GetLastError.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors