D3DKMDT_MONITOR_SOURCE_MODE - NtDoc

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

typedef struct _D3DKMDT_MONITOR_SOURCE_MODE {
  D3DKMDT_MONITOR_SOURCE_MODE_ID      Id;
  D3DKMDT_VIDEO_SIGNAL_INFO           VideoSignalInfo;
  D3DKMDT_COLOR_BASIS                 ColorBasis;
  D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES  ColorCoeffDynamicRanges;
  D3DKMDT_MONITOR_CAPABILITIES_ORIGIN Origin;
  D3DKMDT_MODE_PREFERENCE             Preference;
} D3DKMDT_MONITOR_SOURCE_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMDT_MONITOR_SOURCE_MODE structure

Description

The D3DKMDT_MONITOR_SOURCE_MODE structure contains information about a monitor source mode.

Members

Id

An integer that identifies the monitor source mode.

VideoSignalInfo

A D3DKMDT_VIDEO_SIGNAL_INFO enumerator that indicates the video mode standard (if any) that defines the mode.

ColorBasis

A D3DKMDT_COLOR_BASIS enumerator that indicates the color basis of the mode.

ColorCoeffDynamicRanges

A D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES structure that contains the dynamic ranges for the color channels in the mode's color basis.

Origin

A value from the D3DKMDT_MONITOR_CAPABILITIES_ORIGIN enumeration that indicates the source of the mode information. For example the mode information could be from a default monitor profile or it could be from an override in an INF file.

Preference

A value from the D3DKMDT_MODE_PREFERENCE enumeration that indicates whether the mode is the preferred mode in a monitor source mode set.

Remarks

The D3DKMDT_MONITOR_SOURCE_MODE_ID data type is defined in D3dkmdt.h.

See also

D3DKMDT_VIDPN_SOURCE_MODE

D3DKMDT_VIDPN_TARGET_MODE