D3DKMT_GETDISPLAYMODELIST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_GETDISPLAYMODELIST {
  D3DKMT_HANDLE                  hAdapter;
  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  D3DKMT_DISPLAYMODE             *pModeList;
  UINT                           ModeCount;
} D3DKMT_GETDISPLAYMODELIST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_getdisplaymodelist)

D3DKMT_GETDISPLAYMODELIST structure

Description

The D3DKMT_GETDISPLAYMODELIST structure describes a list of display modes.

Members

hAdapter

[in] A handle to the graphics adapter.

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.

pModeList

[in/out] An array of D3DKMT_DISPLAYMODE structures that represent the list of display modes. If pModeList is NULL and ModeCount is zero on input, D3DKMTGetDisplayModeList sets ModeCount to be the number of display modes for the specified VidPnSourceId on the specified graphics adapter.

ModeCount

[in/out] The number of display modes in the array that pModeList specifies. If pModeList is NULL and ModeCount is zero on input, D3DKMTGetDisplayModeList sets ModeCount to be the number of display modes for the specified VidPnSourceId on the specified graphics adapter.

See also

D3DKMTGetDisplayModeList

D3DKMT_DISPLAYMODE