D3DKMDT_MONITOR_SOURCE_MODE structure (d3dkmdt.h)
The D3DKMDT_MONITOR_SOURCE_MODE structure contains information about a monitor source mode.
Syntax
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;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmdt.h |