CEL_THREAD_QUANTUM (Compact 2013)
3/28/2014
This structure indicates that the quantum of a thread has been changed using CeSetThreadQuantum.
Syntax
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
Header |
celog.h |