INHERIT_THREAD_PRIORITY Constant

Special value for the policy key ContextPriority indicating that the thread priority of all contexts in the scheduler should be the same as that of the thread which created the scheduler.

const unsigned int INHERIT_THREAD_PRIORITY = 0x0000F000;

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

concurrency Namespace

PolicyElementKey Enumeration