Compartir a través de


estructura D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 (d3dkmthk.h)

La estructura D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 se pasa a D3DKMTCheckMultiPlaneOverlaySupport2 para comprobar la compatibilidad con la superposición multiplano.

Sintaxis

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;

Miembros

hAdapter

[in] Identificador del adaptador de gráficos.

hDevice

[in] Identificador del dispositivo.

PlaneCount

[in] Número de planos de superposición a los que pOverlayPlanes apunta.

pOverlayPlanes

[in] Puntero a una matriz de D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2 estructuras que describen los planos de superposición.

Supported

[out] Valor booleano que indica compatibilidad.

ReturnInfo

[out] Estructura D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO en la que se devuelven los detalles cuando compatibles es FALSE.

Requisitos

Requisito Valor
encabezado de d3dkmthk.h

Consulte también

D3DKMTCheckMultiPlaneOverlaySupport2