DXGI_DDI_ARG_GETMULTIPLANEOVERLAYCAPS structure (dxgiddi.h)
Used in a call to the pfnGetMultiPlaneOverlayCaps function to get overlay plane capabilities.
Syntax
typedef struct _DXGI_DDI_ARG_GETMULTIPLANEOVERLAYCAPS {
[in] DXGI_DDI_HDEVICE hDevice;
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[out] DXGI_DDI_MULTIPLANE_OVERLAY_CAPS MultiplaneOverlayCaps;
} DXGI_DDI_ARG_GETMULTIPLANEOVERLAYCAPS;
Members
[in] hDevice
A handle to the display device (graphics context) for which overlay plane capabilities are needed.
The Direct3D runtime passed this handle to the driver in the hDrvDevice member of the D3D10DDIARG_CREATEDEVICE structure when it created the device by calling the CreateDevice(D3D10) routine.
[in] VidPnSourceId
The zero-based video present network (VidPN) source identification number of the input for which the capabilities are queried.
[out] MultiplaneOverlayCaps
The overlay plane capabilities, given as a DXGI_DDI_MULTIPLANE_OVERLAY_CAPS structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | dxgiddi.h (include D3d10umddi.h) |