Share via


CEL_THREAD_PRIORITY

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure indicates that the priority of a thread has been changed using SetThreadPriority.

Syntax

typedef __CEL_THREAD_PRIORITY {
  HANDLE hThread;
  int nPriority;
} CEL_THREAD_PRIORITY, *PCEL_THREAD_PRIORITY;

Members

  • hThread
    Handle of the thread that has had its priority changed.
  • nPriority
    The new priority of the thread. This priority will take effect on the next scheduling 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

See Also

Reference

SetThreadPriority