// d3dkmdt.h
typedef struct _D3DKMDT_VIDEO_PRESENT_SOURCE {
D3DDDI_VIDEO_PRESENT_SOURCE_ID Id;
DWORD dwReserved;
} D3DKMDT_VIDEO_PRESENT_SOURCE;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_VIDEO_PRESENT_SOURCE structure contains the unique identifier of a video present source.
IdThe identifier of a video present source.
dwReservedReserved for future use.
The D3DDDI_VIDEO_PRESENT_SOURCE_ID data type is defined in D3dukmdt.h.
Video present source identifiers are assigned by the operating system. DxgkDdiStartDevice, implemented by the display miniport driver, returns the number N of video present sources supported by the display adapter. Then the operating system assigns identifiers 0, 1, 2, ... NÂ -Â 1.
For more information about video present sources, see Introduction to Video Present Networks.