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. 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 Represents options around threading affinity and type of COM apartment for a new DispatcherQueueController. |
Enumerations
DISPATCHERQUEUE_THREAD_APARTMENTTYPE Defines constants that specify options around type of COM apartment for a new DispatcherQueueController. |
DISPATCHERQUEUE_THREAD_TYPE Defines constants that specify options around threading affinity for a new DispatcherQueueController. |