D3DKMT_CURRENTDISPLAYMODE structure (d3dkmthk.h)

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

Syntax

typedef struct _D3DKMT_CURRENTDISPLAYMODE {
  [in]  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [out] D3DKMT_DISPLAYMODE             DisplayMode;
} D3DKMT_CURRENTDISPLAYMODE;

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

[out] DisplayMode

A D3DKMT_DISPLAYMODE structure that represents the current display mode.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmthk.h (include D3dkmthk.h)

See also

D3DKMTQueryAdapterInfo

D3DKMT_DISPLAYMODE