Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Defines constants that specify options around threading affinity for a new DispatcherQueueController.
Syntax
typedef enum DISPATCHERQUEUE_THREAD_TYPE {
DQTYPE_THREAD_DEDICATED = 1,
DQTYPE_THREAD_CURRENT = 2
} ;
Constants
DQTYPE_THREAD_DEDICATEDValue: 1 Specifies that the DispatcherQueue for the DispatcherQueueController will be created on a dedicated thread. |
DQTYPE_THREAD_CURRENTValue: 2 Specifies that the DispatcherQueue for the DispatcherQueueController will be created on the caller's thread. |
Remarks
See Remarks for CreateDispatcherQueueController.
Introduced in Windows 10, version 1709.
Requirements
| Requirement | Value |
|---|---|
| Header | dispatcherqueue.h |