dispatcherqueue.h header
This header is used by System Services. For more information, see:
dispatcherqueue.h contains the following programming interfaces:
Functions
CreateDispatcherQueueController Creates a DispatcherQueueController on the caller's thread. Use the created DispatcherQueueController to create and manage the lifetime of a DispatcherQueue to run queued tasks in priority order on the Dispatcher queue's thread. |
Structures
DispatcherQueueOptions Specifies the threading and apartment type for a new DispatcherQueueController. |
Enumerations
DISPATCHERQUEUE_THREAD_APARTMENTTYPE Specifies the threading apartment type for a new DispatcherQueueController. |
DISPATCHERQUEUE_THREAD_TYPE Specifies the thread affinity for a new DispatcherQueueController. |