// d3dkmdt.h
typedef struct _D3DKMDT_FREQUENCY_RANGE {
D3DDDI_RATIONAL MinVSyncFreq;
D3DDDI_RATIONAL MaxVSyncFreq;
D3DDDI_RATIONAL MinHSyncFreq;
D3DDDI_RATIONAL MaxHSyncFreq;
} D3DKMDT_FREQUENCY_RANGE;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_FREQUENCY_RANGE structure contains the minimum and maximum refresh rates supported by a monitor.
MinVSyncFreqThe minimum vertical refresh rate, in Hz, supported by the monitor.
MaxVSyncFreqThe maximum vertical refresh rate, in Hz, supported by the monitor.
MinHSyncFreqThe minimum horizontal refresh rate, in Hz, supported by the monitor.
MaxHSyncFreqThe maximum horizontal refresh rate, in Hz, supported by the monitor.
The RangeLimits member of the D3DKMDT_MONITOR_FREQUENCY_RANGE structure is a D3DKMDT_FREQUENCY_RANGE structure.
Monitor Frequency Range Set Interface