// d3dumddi.h
typedef struct D3DDDI_MULTIPLANE_OVERLAY_GROUP_CAPS_INPUT {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[in] UINT GroupIndex;
} D3DDDI_MULTIPLANE_OVERLAY_GROUP_CAPS_INPUT;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies info on a multiplane overlay capability group.
VidPnSourceId [in]The zero-based video present network (VidPN) source identification number of the input for which the capabilities are queried.
GroupIndex [in]The index of the overlay capability group for which capabilities are queried. This value is always between zero and (D3DDDI_MULTIPLANE_OVERLAY_CAPS.NumCapabilityGroups – 1).
D3DDDI_MULTIPLANE_OVERLAY_CAPS