CEL_SYSTEM_INVERT
This structure identifies the occurrence of a priority inversion/priority inheritance. This structure is logged when the thread's priority is boosted and again when it returns to normal.
typedef __CEL_SYSTEM_INVERT {
HANDLE hThread;
int nPriority;
} CEL_SYSTEM_INVERT, *PCEL_SYSTEM_INVERT;
Members
- hThread
Handle of the thread whose priority is modified. - nPriority
New priority 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.