CEL_THREAD_QUANTUM
This structure indicates that the quantum of a thread has been changed using CeSetThreadQuantum.
typedef __CEL_THREAD_QUANTUM {
HANDLE hThread;
DWORD dwQuantum;
} CEL_THREAD_QUANTUM, *PCEL_THREAD_QUANTUM;
Members
- hThread
Handle of the thread that has had its quantum changed. - dwQuantum
The new quantum of the thread. This quantum will take effect on the next scheduling of the thread.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Celog.h.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.