// d3dkmdt.h
typedef enum _D3DKMDT_MODE_PREFERENCE {
D3DKMDT_MP_UNINITIALIZED,
D3DKMDT_MP_PREFERRED,
D3DKMDT_MP_NOTPREFERRED
} D3DKMDT_MODE_PREFERENCE;
View the official Windows Driver Kit DDI referenceNo description available.
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.
D3DKMDT_MP_UNINITIALIZEDIndicates that a variable of type D3DKMDT_MODE_PREFERENCE has not yet been assigned a meaningful value.
D3DKMDT_MP_PREFERREDIndicates that the mode is preferred by the monitor.
D3DKMDT_MP_NOTPREFERREDIndicates that the mode is not preferred by the monitor.
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.
DxgkDdiEnumVidPnCofuncModality