// dxgiddi.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
Used in a call to the pfnGetMultiPlaneOverlayCaps function to get overlay plane capabilities.
hDevice [in]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.
VidPnSourceId [in]The zero-based video present network (VidPN) source identification number of the input for which the capabilities are queried.
MultiplaneOverlayCaps [out]The overlay plane capabilities, given as a DXGI_DDI_MULTIPLANE_OVERLAY_CAPS structure.
DXGI_DDI_MULTIPLANE_OVERLAY_CAPS