Share via


CEL_THREAD_QUANTUM (Windows CE 5.0)

Send Feedback

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

CeSetThreadQuantum

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.