D3DKMT_CURRENTDISPLAYMODE - NtDoc

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

typedef struct _D3DKMT_CURRENTDISPLAYMODE {
  [in]  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [out] D3DKMT_DISPLAYMODE             DisplayMode;
} D3DKMT_CURRENTDISPLAYMODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_CURRENTDISPLAYMODE structure

Description

The D3DKMT_CURRENTDISPLAYMODE structure describes the current display mode of the specified video source.

Members

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 mode applies to.

DisplayMode [out]

A D3DKMT_DISPLAYMODE structure that represents the current display mode.

See also

D3DKMTQueryAdapterInfo

D3DKMT_DISPLAYMODE