Freigeben über


MC_TIMING_REPORT-Struktur (lowlevelmonitorconfigurationapi.h)

Enthält Informationen aus dem Zeitsteuerungsbericht eines Monitors.

Syntax

typedef struct _MC_TIMING_REPORT {
  DWORD dwHorizontalFrequencyInHZ;
  DWORD dwVerticalFrequencyInHZ;
  BYTE  bTimingStatusByte;
} MC_TIMING_REPORT, *LPMC_TIMING_REPORT;

Member

dwHorizontalFrequencyInHZ

Die horizontale Synchronisierungsfrequenz des Monitors in Hz.

dwVerticalFrequencyInHZ

Die vertikale Synchronisierungsfrequenz des Monitors in Hz.

bTimingStatusByte

Timing status Byte. Weitere Informationen zu diesem Wert finden Sie im DDC/CI-Standard (Display Data Channel Command Interface).

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [nur Desktop-Apps]
Kopfzeile lowlevelmonitorconfigurationapi.h

Weitere Informationen

GetTimingReport

Überwachen von Konfigurationsstrukturen