Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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