Compartir a través de


estructura D3DKMT_MULTIPLANE_OVERLAY (d3dkmthk.h)

La estructura D3DKMT_MULTIPLANE_OVERLAY contiene información que se usa para definir una superposición multiplano.

Sintaxis

typedef struct D3DKMT_MULTIPLANE_OVERLAY {
  UINT                                 LayerIndex;
  BOOL                                 Enabled;
  D3DKMT_HANDLE                        hAllocation;
  D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES PlaneAttributes;
} D3DKMT_MULTIPLANE_OVERLAY;

Miembros

LayerIndex

Índice de capa.

Enabled

Valor booleano que especifica si la superposición está habilitada para mostrarse.

hAllocation

Identificador de una asignación de dispositivos.

PlaneAttributes

Estructura D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES que contiene los atributos del plano.

Requisitos

Requisito Valor
cliente mínimo admitido Windows 8
servidor mínimo admitido Windows Server 2012
encabezado de d3dkmthk.h