D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 struttura (d3dkmthk.h)

La struttura di D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 viene passata a D3DKMTCheckMultiPlaneOverlaySupport2 per verificare il supporto della sovrapposizione multiplane.

Sintassi

typedef struct _D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 {
  D3DKMT_HANDLE                                       hAdapter;
  D3DKMT_HANDLE                                       hDevice;
  UINT                                                PlaneCount;
  D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2              *pOverlayPlanes;
  BOOL                                                Supported;
  D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2;

Members

hAdapter

[in] Handle per l'adattatore grafico.

hDevice

[in] Handle per il dispositivo.

PlaneCount

[in] Numero di piani di sovrapposizione a cui pOverlayPlanes punta.

pOverlayPlanes

[in] Puntatore a una matrice di strutture D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2 che descrivono i piani di sovrapposizione.

Supported

[out] Valore booleano che indica il supporto.

ReturnInfo

[out] Struttura D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO in cui vengono restituiti i dettagli quando Supportato è FALSE.

Requisiti

Requisito Valore
Intestazione d3dkmthk.h

Vedi anche

D3DKMTCheckMultiPlaneOverlaySupport2