Condividi tramite


Struttura DispatcherQueueOptions (dispatcherqueue.h)

Rappresenta le opzioni relative all'affinità di threading e al tipo di appartamento COM per un nuovo dispatcherQueueController.

Sintassi

struct DispatcherQueueOptions {
  DWORD                                dwSize;
  DISPATCHERQUEUE_THREAD_TYPE          threadType;
  DISPATCHERQUEUE_THREAD_APARTMENTTYPE apartmentType;
};

Members

dwSize

Dimensioni di questa struttura DispatcherQueueOptions .

threadType

Affinità di thread per un nuovo DispatcherQueueController.

apartmentType

Specifica se inizializzare l'appartamento COM nel nuovo thread come appartamento a thread singolo dell'applicazione (ASTA) o un appartamento a thread singolo (STA). Questo campo è rilevante solo se threadType è DQTYPE_THREAD_DEDICATED. Usare DQTAT_COM_NONE quando DispatcherQueueOptions.threadType è DQTYPE_THREAD_CURRENT.

Commenti

Introdotta in Windows 10 versione 1709.

Requisiti

   
Intestazione dispatcherqueue.h

Vedi anche

CreateDispatcherQueueController