// 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 referenceNo description available.
The D3DKMDT_MONITOR_SOURCE_MODE structure contains information about a monitor source mode.
IdAn integer that identifies the monitor source mode.
VideoSignalInfoA D3DKMDT_VIDEO_SIGNAL_INFO enumerator that indicates the video mode standard (if any) that defines the mode.
ColorBasisA D3DKMDT_COLOR_BASIS enumerator that indicates the color basis of the mode.
ColorCoeffDynamicRangesA D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES structure that contains the dynamic ranges for the color channels in the mode's color basis.
OriginA 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.
PreferenceA value from the D3DKMDT_MODE_PREFERENCE enumeration that indicates whether the mode is the preferred mode in a monitor source mode set.
The D3DKMDT_MONITOR_SOURCE_MODE_ID data type is defined in D3dkmdt.h.