// d3dkmddi.h
typedef struct _DXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 {
UINT ContextCount;
HANDLE Context[1 + D3DDDI_MAX_BROADCAST_CONTEXT];
DXGK_SETVIDPNSOURCEADDRESS_FLAGS Flags;
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
UINT PlaneCount;
DXGK_MULTIPLANE_OVERLAY_PLANE2 *pPlanes;
UINT Duration;
} DXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2;
View the official Windows Driver Kit DDI referenceNo description available.
DXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 is passed to the DxgkDdiSetVidPnSourceAddressWithMultiPlaneOverlay2 function to change the overlay configuration being displayed.
ContextCountThe number of contexts in the array that the Context member specifies.
ContextAn array of handles to the contexts that contributed to a display operation.
FlagsA 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 in the pPlanes list.
pPlanesAn array of DXGK_MULTIPLANE_OVERLAY_PLANE2 structures that specify the overlay planes to display.
DurationThe length of time, in 100 nanoseconds units, 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.
DXGK_MULTIPLANE_OVERLAY_PLANE2
DXGK_SETVIDPNSOURCEADDRESS_FLAGS
DxgkDdiSetVidPnSourceAddressWithMultiPlaneOverlay2