Condividi tramite


struttura D3DKMT_QUERY_DEVICE_IDS (d3dkmthk.h)

La struttura D3DKMT_QUERY_DEVICE_IDS viene usata per eseguire query per gli ID dispositivo.

Sintassi

typedef struct _D3DKMT_QUERY_DEVICE_IDS {
  UINT              PhysicalAdapterIndex;
  D3DKMT_DEVICE_IDS DeviceIds;
} D3DKMT_QUERY_DEVICE_IDS;

Membri

PhysicalAdapterIndex

[in] Indice dell'adattatore fisico nella catena LDA (adattatore display collegato).

DeviceIds

[out] Struttura D3DKMT_DEVICE_IDS che contiene GLI ID associati al dispositivo.

Fabbisogno

Requisito Valore
intestazione d3dkmthk.h

Vedere anche

D3DKMTQueryAdapterInfo