MC_TIMING_REPORT structure (lowlevelmonitorconfigurationapi.h)
Contains information from a monitor's timing report.
Syntax
typedef struct _MC_TIMING_REPORT {
DWORD dwHorizontalFrequencyInHZ;
DWORD dwVerticalFrequencyInHZ;
BYTE bTimingStatusByte;
} MC_TIMING_REPORT, *LPMC_TIMING_REPORT;
Members
dwHorizontalFrequencyInHZ
The monitor's horizontal synchronization frequency in Hz.
dwVerticalFrequencyInHZ
The monitor's vertical synchronization frequency in Hz.
bTimingStatusByte
Timing status byte. For more information about this value, see the Display Data Channel Command Interface (DDC/CI) standard.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | lowlevelmonitorconfigurationapi.h |