estrutura DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT (d3dkmddi.h)

Usada em uma chamada para a função DxgkDdiCheckMultiPlaneOverlaySupport para marcar detalhes sobre o suporte de hardware para sobreposições de vários planos.

Sintaxe

typedef struct _DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT {
  UINT                                              PlaneCount;
  DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE       *pPlanes;
  BOOL                                              Supported;
  DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT;

Membros

PlaneCount

O número de planos de sobreposição aos quais o hardware dá suporte.

pPlanes

Um ponteiro para uma estrutura de DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE que especifica atributos de suporte que o hardware fornece para sobreposições multiplano.

Supported

TRUE se o hardware der suporte a sobreposições de vários planos, caso contrário, FALSE.

ReturnInfo

Especifica limitações no suporte de hardware de sobreposições multiplano.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 8.1
Servidor mínimo com suporte Windows Server 2012 R2
Cabeçalho d3dkmddi.h (inclua D3dkmddi.h)

Confira também

DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE

DxgkDdiCheckMultiPlaneOverlaySupport