CEL_SYSTEM_INVERT (Windows CE 5.0)

Send Feedback

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.

typedef __CEL_SYSTEM_INVERT {HANDLEhThread;intnPriority;} 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

CeLogData

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.