ReactOS 0.4.16-dev-820-g96aa1ee
DISPLAYCONFIG_VIDEO_SIGNAL_INFO Struct Reference
Collaboration diagram for DISPLAYCONFIG_VIDEO_SIGNAL_INFO:

Public Attributes

UINT64 pixelRate
 
DISPLAYCONFIG_RATIONAL hSyncFreq
 
DISPLAYCONFIG_RATIONAL vSyncFreq
 
DISPLAYCONFIG_2DREGION activeSize
 
DISPLAYCONFIG_2DREGION totalSize
 
union {
   struct {
      UINT32   videoStandard: 16
 
      UINT32   vSyncFreqDivider: 6
 
      UINT32   reserved: 10
 
   }   AdditionalSignalInfo
 
   UINT32   videoStandard
 
DUMMYUNIONNAME
 
DISPLAYCONFIG_SCANLINE_ORDERING scanLineOrdering
 

Detailed Description

Definition at line 173 of file sysparams.c.

Member Data Documentation

◆ activeSize

DISPLAYCONFIG_2DREGION DISPLAYCONFIG_VIDEO_SIGNAL_INFO::activeSize

Definition at line 177 of file sysparams.c.

◆ 

struct { ... } DISPLAYCONFIG_VIDEO_SIGNAL_INFO::AdditionalSignalInfo

◆ 

union { ... } DISPLAYCONFIG_VIDEO_SIGNAL_INFO::DUMMYUNIONNAME

◆ hSyncFreq

DISPLAYCONFIG_RATIONAL DISPLAYCONFIG_VIDEO_SIGNAL_INFO::hSyncFreq

Definition at line 175 of file sysparams.c.

◆ pixelRate

UINT64 DISPLAYCONFIG_VIDEO_SIGNAL_INFO::pixelRate

Definition at line 174 of file sysparams.c.

◆ reserved

UINT32 DISPLAYCONFIG_VIDEO_SIGNAL_INFO::reserved

Definition at line 183 of file sysparams.c.

◆ scanLineOrdering

DISPLAYCONFIG_SCANLINE_ORDERING DISPLAYCONFIG_VIDEO_SIGNAL_INFO::scanLineOrdering

Definition at line 187 of file sysparams.c.

◆ totalSize

DISPLAYCONFIG_2DREGION DISPLAYCONFIG_VIDEO_SIGNAL_INFO::totalSize

Definition at line 178 of file sysparams.c.

◆ videoStandard

UINT32 DISPLAYCONFIG_VIDEO_SIGNAL_INFO::videoStandard

Definition at line 181 of file sysparams.c.

◆ vSyncFreq

DISPLAYCONFIG_RATIONAL DISPLAYCONFIG_VIDEO_SIGNAL_INFO::vSyncFreq

Definition at line 176 of file sysparams.c.

◆ vSyncFreqDivider

UINT32 DISPLAYCONFIG_VIDEO_SIGNAL_INFO::vSyncFreqDivider

Definition at line 182 of file sysparams.c.


The documentation for this struct was generated from the following file: