Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |