DXGK_TARGETMODE_DETAIL_TIMING - NtDoc

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

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-_dxgk_targetmode_detail_timing)

_DXGK_TARGETMODE_DETAIL_TIMING structure

Description

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

Members

VideoStandard [in]

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

TimingId [in]

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.

DetailTiming [in]

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

See also

D3DKMDT_VIDEO_SIGNAL_STANDARD

DISPLAYID_DETAILED_TIMING_TYPE_I