DXGKARG_CREATEOVERLAY structure (d3dkmddi.h)
The DXGKARG_CREATEOVERLAY structure describes parameters to create an overlay.
Syntax
typedef struct _DXGKARG_CREATEOVERLAY {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[in] DXGK_OVERLAYINFO OverlayInfo;
[out] HANDLE hOverlay;
} DXGKARG_CREATEOVERLAY;
Members
[in] VidPnSourceId
The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the overlay is displayed on.
[in] OverlayInfo
A DXGK_OVERLAYINFO structure that contains parameters that are required to create the overlay.
[out] hOverlay
A handle to the newly created overlay.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmddi.h (include D3dkmddi.h) |