D3DKMDT_MODE_PREFERENCE enumeration (d3dkmdt.h)
The D3DKMDT_MODE_PREFERENCE enumeration is used to indicate whether a particular mode is one of the modes preferred by the monitor connected to a given video present target.
Syntax
typedef enum _D3DKMDT_MODE_PREFERENCE {
D3DKMDT_MP_UNINITIALIZED,
D3DKMDT_MP_PREFERRED,
D3DKMDT_MP_NOTPREFERRED
} D3DKMDT_MODE_PREFERENCE;
Constants
D3DKMDT_MP_UNINITIALIZED Indicates that a variable of type D3DKMDT_MODE_PREFERENCE has not yet been assigned a meaningful value. |
D3DKMDT_MP_PREFERRED Indicates that the mode is preferred by the monitor. |
D3DKMDT_MP_NOTPREFERRED Indicates that the mode is not preferred by the monitor. |
Remarks
The Info member of the D3DKMDT_MONITOR_SOURCE_MODE structure and the SignalInfo member of the D3DKMDT_VIDPN_TARGET_MODE structure are D3DKMDT_VIDEO_SIGNAL_MODE structures. The ModePreference member of the D3DKMDT_VIDEO_SIGNAL_MODE structure is a D3DKMDT_MODE_PREFERENCE value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmdt.h |