CEL_THREAD_QUANTUM (Windows CE 5.0)
This structure indicates that the quantum of a thread has been changed using CeSetThreadQuantum.
typedef __CEL_THREAD_QUANTUM {HANDLEhThread;DWORDdwQuantum;} 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
Send Feedback on this topic to the authors