D3DDDICB_CREATESYNCHRONIZATIONOBJECT2 struttura (d3dumddi.h)

Descrive un oggetto di sincronizzazione creato dalla funzione pfnCreateSynchronizationObject2Cb .

Sintassi

typedef struct _D3DDDICB_CREATESYNCHRONIZATIONOBJECT2 {
  [in]  D3DDDI_SYNCHRONIZATIONOBJECTINFO2 Info;
  [out] D3DKMT_HANDLE                     hSyncObject;
} D3DDDICB_CREATESYNCHRONIZATIONOBJECT2;

Members

[in] Info

Struttura D3DDDI_SYNCHRONIZATIONOBJECTINFO2 contenente informazioni sull'oggetto di sincronizzazione in modalità kernel da creare.

[out] hSyncObject

Valore D3DKMT_HANDLE che rappresenta un handle in modalità kernel per l'oggetto di sincronizzazione GPU in modalità kernel creato.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Server minimo supportato Windows Server 2012
Intestazione d3dumddi.h (include D3dumddi.h)

Vedi anche

D3DDDI_SYNCHRONIZATIONOBJECTINFO2

pfnCreateSynchronizationObject2Cb