// d3dkmddi.h
typedef struct _DXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY {
[in] UINT ContextCount;
HANDLE Context[1 + D3DDDI_MAX_BROADCAST_CONTEXT];
[in] DXGK_SETVIDPNSOURCEADDRESS_FLAGS Flags;
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
UINT PlaneCount;
DXGK_MULTIPLANE_OVERLAY_PLANE *pPlanes;
UINT Duration;
} DXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY;
View the official Windows Driver Kit DDI referenceNo description available.
Contains arguments for the DxgkDdiSetVidPnSourceAddressWithMultiPlaneOverlay function.
ContextCount [in]The number of contexts in the array that the Context member specifies.
Context [in]An array of handles to the contexts that contributed to a display operation.
Flags [in]A DXGK_SETVIDPNSOURCEADDRESS_FLAGS structure that identifies the type of display operation to perform.
VidPnSourceIdAn integer that identifies a video present source on the display adapter.
PlaneCountThe number of overlay planes that the hardware supports.
pPlanesA pointer to a DXGK_MULTIPLANE_OVERLAY_PLANE structure that specifies the first overlay plane to display.
DurationThe length of time, in units of 100 nanoseconds, between when the current present operation flips to the screen and the next vertical blanking interrupt occurs.
If zero, the refresh rate should be the default rate based on the current mode.
Must be supported by WDDM 1.3 and later drivers. Available starting with Windows 8.1.
DXGK_SETVIDPNSOURCEADDRESS_FLAGS
DxgkDdiSetVidPnSourceAddressWithMultiPlaneOverlay