Share via


CeGetThreadQuantum (Windows CE 5.0)

Send Feedback

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

Process and Thread Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.