CEL_THREAD_PRIORITY (Windows CE 5.0)
This structure indicates that the priority of a thread has been changed using SetThreadPriority.
typedef __CEL_THREAD_PRIORITY {HANDLEhThread;intnPriority;} 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
OS Versions: Windows CE 3.0 and later.
Header: Celog.h.
See Also
Send Feedback on this topic to the authors