Condividi tramite


D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3 struttura (d3dkmthk.h)

La struttura D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3 viene passata a D3DKMTCheckMultiPlaneOverlaySupport3 per verificare la presenza di supporto per la sovrapposizione multipla.

Sintassi

typedef struct _D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3 {
  D3DKMT_HANDLE                                          hAdapter;
  D3DKMT_HANDLE                                          hDevice;
  UINT                                                   PlaneCount;
  D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3                 **ppOverlayPlanes;
  UINT                                                   PostCompositionCount;
  D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE **ppPostComposition;
  BOOL                                                   Supported;
  D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO    ReturnInfo;
} D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3;

Members

hAdapter

[in] Handle per l'adattatore grafico.

hDevice

[in] Handle per il dispositivo.

PlaneCount

[in] Numero di puntatori del piano di sovrapposizione a cui ppOverlayPlanes punta.

ppOverlayPlanes

[in] Matrice di puntatori a strutture D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3 che descrivono i piani di sovrapposizione.

PostCompositionCount

[in] Numero di puntatori a cui ppPostComposition punta.

ppPostComposition

[in] Matrice di puntatori a strutture D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE .

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

D3DKMTCheckMultiPlaneOverlaySupport3