Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure identifies the occurrence of priority inheritance in response to a priority inversion condition. This structure is logged when the priority of the thread is boosted and again when the priority returns to normal.
Syntax
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
Header | celog.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |