// d3dkmthk.h
typedef struct _D3DKMT_DISPLAYMODELIST {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[in/out] UINT ModeCount;
D3DKMT_DISPLAYMODE pModeList[0];
} D3DKMT_DISPLAYMODELIST;
View the official Windows Driver Kit DDI referenceNo description available.
Describes a list of display modes.
VidPnSourceId [in]The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the display modes apply to.
ModeCount [in/out]The number of display modes in the array that pModeList specifies.
pModeList [out]An array of D3DKMT_DISPLAYMODE structures that represent the list of display modes.