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.
A version of this page is also available for
4/8/2010
This function gets the time required for the specified thread to run.
Syntax
DWORD CeGetThreadQuantum(
HANDLE hThread
);
Parameters
- hThread
[in] Handle to a thread.
Return Value
The time, in milliseconds, indicates success. MAXDWORD indicates failure. To get extended error information, call GetLastError.
Requirements
Header | winbase.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |