enumerazione DISPATCHERQUEUE_THREAD_TYPE (dispatcherqueue.h)
Definisce le costanti che specificano le opzioni relative all'affinità di threading per un nuovo DispatcherQueueController.
Sintassi
typedef enum DISPATCHERQUEUE_THREAD_TYPE {
DQTYPE_THREAD_DEDICATED = 1,
DQTYPE_THREAD_CURRENT = 2
} ;
Costanti
DQTYPE_THREAD_DEDICATED Valore: 1 Specifica che dispatcherQueue per DispatcherQueueController verrà creato in un thread dedicato. |
DQTYPE_THREAD_CURRENT Valore: 2 Specifica che dispatcherQueue per DispatcherQueueController verrà creato nel thread del chiamante. |
Commenti
Vedere Osservazioni per CreateDispatcherQueueController.
Introdotta in Windows 10 versione 1709.
Requisiti
Requisito | Valore |
---|---|
Intestazione | dispatcherqueue.h |