// d3dkmddi.h
typedef struct _DXGKARG_SETVIDPNSOURCEVISIBILITY {
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
BOOLEAN Visible;
} DXGKARG_SETVIDPNSOURCEVISIBILITY;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_SETVIDPNSOURCEVISIBILITY structure contains arguments for the DxgkDdiSetVidPnSourceVisibility function.
VidPnSourceIdAn integer that identifies a video present source on the display adapter.
VisibleA Boolean value that specifies whether the video output codec associated with the source must start scanning or stop scanning the source's primary surface. If Visible is TRUE, the codec must start scanning.
If Visible is FALSE, the codec must stop scanning. However, a VSync signal should be generated even if a call to the DxgkDdiSetVidPnSourceVisibility function sets Visible to FALSE.
DxgkDdiSetVidPnSourceVisibility