Partager via


structure D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT (d3dumddi.h)

Utilisé dans un appel à la fonction pfnCheckMultiPlaneOverlaySupport (D3D) pour case activée détails sur la prise en charge matérielle des superpositions multiplanes.

Syntaxe

typedef struct _D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT {
  [in]  D3DDDI_VIDEO_PRESENT_SOURCE_ID                     VidPnSourceId;
  [out] UINT                                               NumPlanes;
  [out] D3DDDI_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE_INFO *pPlanes;
  [out] BOOL                                               Supported;
} D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT;

Membres

[in] VidPnSourceId

Numéro d’identification source VidPN (Zero-Based Video Present Network) de l’entrée pour laquelle la prise en charge matérielle est interrogée.

[out] NumPlanes

Nombre de plans de superposition pris en charge par le matériel.

[out] pPlanes

Pointeur vers une structure de D3DDDI_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE_INFO qui spécifie les attributs de prise en charge que le matériel fournit pour les superpositions multiplanes.

[out] Supported

TRUE si le matériel prend en charge les superpositions multiplanes, sinon FALSE.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8.1
Serveur minimal pris en charge Windows Server 2012 R2
En-tête d3dumddi.h (include D3d10umddi.h)

Voir aussi

D3DDDI_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE_INFO

pfnCheckMultiPlaneOverlaySupport (D3D)