DXGK_TARGETMODE_DETAIL_TIMING structure (d3dkmdt.h)

The DXGK_TARGETMODE_DETAIL_TIMING structure describes a video present target's additional timing modes that are compatible with the display device.

Syntax

typedef struct _DXGK_TARGETMODE_DETAIL_TIMING {
  [in] D3DKMDT_VIDEO_SIGNAL_STANDARD    VideoStandard;
  [in] UINT                             TimingId;
  [in] DISPLAYID_DETAILED_TIMING_TYPE_I DetailTiming;
} DXGK_TARGETMODE_DETAIL_TIMING;

Members

[in] VideoStandard

A D3DKMDT_VIDEO_SIGNAL_STANDARD-typed value that indicates the supported video signal standard.

[in] TimingId

A UINT value that describes the registry ID of the video standard data described by VideoStandard. The high 8 bits indicate the target mode's video standard. The low 24 bits indicate the mode index in the video standard.

[in] DetailTiming

A DISPLAYID_DETAILED_TIMING_TYPE_I-typed value that indicates the target mode data for a video present target.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of the Windows operating systems.
Header d3dkmdt.h

See also

D3DKMDT_VIDEO_SIGNAL_STANDARD

DISPLAYID_DETAILED_TIMING_TYPE_I