ReactOS 0.4.15-dev-7842-g558ab78
_VIDEO_PORT_CONFIG_INFO Struct Reference

#include <video.h>

Collaboration diagram for _VIDEO_PORT_CONFIG_INFO:

Public Attributes

ULONG Length
 
ULONG SystemIoBusNumber
 
INTERFACE_TYPE AdapterInterfaceType
 
ULONG BusInterruptLevel
 
ULONG BusInterruptVector
 
KINTERRUPT_MODE InterruptMode
 
ULONG NumEmulatorAccessEntries
 
PEMULATOR_ACCESS_ENTRY EmulatorAccessEntries
 
ULONG_PTR EmulatorAccessEntriesContext
 
PHYSICAL_ADDRESS VdmPhysicalVideoMemoryAddress
 
ULONG VdmPhysicalVideoMemoryLength
 
ULONG HardwareStateSize
 
ULONG DmaChannel
 
ULONG DmaPort
 
UCHAR DmaShareable
 
UCHAR InterruptShareable
 
BOOLEAN Master
 
DMA_WIDTH DmaWidth
 
DMA_SPEED DmaSpeed
 
BOOLEAN bMapBuffers
 
BOOLEAN NeedPhysicalAddresses
 
BOOLEAN DemandMode
 
ULONG MaximumTransferLength
 
ULONG NumberOfPhysicalBreaks
 
BOOLEAN ScatterGather
 
ULONG MaximumScatterGatherChunkSize
 
PVIDEO_PORT_GET_PROC_ADDRESS VideoPortGetProcAddress
 
PWSTR DriverRegistryPath
 
ULONGLONG SystemMemorySize
 

Detailed Description

Definition at line 166 of file video.h.

Member Data Documentation

◆ AdapterInterfaceType

INTERFACE_TYPE _VIDEO_PORT_CONFIG_INFO::AdapterInterfaceType

Definition at line 169 of file video.h.

Referenced by IntVideoPortFindAdapter(), and VgaFindAdapter().

◆ bMapBuffers

BOOLEAN _VIDEO_PORT_CONFIG_INFO::bMapBuffers

Definition at line 186 of file video.h.

◆ BusInterruptLevel

ULONG _VIDEO_PORT_CONFIG_INFO::BusInterruptLevel

Definition at line 170 of file video.h.

Referenced by IntVideoPortFindAdapter().

◆ BusInterruptVector

ULONG _VIDEO_PORT_CONFIG_INFO::BusInterruptVector

Definition at line 171 of file video.h.

Referenced by IntVideoPortFindAdapter().

◆ DemandMode

BOOLEAN _VIDEO_PORT_CONFIG_INFO::DemandMode

Definition at line 188 of file video.h.

◆ DmaChannel

ULONG _VIDEO_PORT_CONFIG_INFO::DmaChannel

Definition at line 179 of file video.h.

◆ DmaPort

ULONG _VIDEO_PORT_CONFIG_INFO::DmaPort

Definition at line 180 of file video.h.

◆ DmaShareable

UCHAR _VIDEO_PORT_CONFIG_INFO::DmaShareable

Definition at line 181 of file video.h.

◆ DmaSpeed

DMA_SPEED _VIDEO_PORT_CONFIG_INFO::DmaSpeed

Definition at line 185 of file video.h.

◆ DmaWidth

DMA_WIDTH _VIDEO_PORT_CONFIG_INFO::DmaWidth

Definition at line 184 of file video.h.

◆ DriverRegistryPath

PWSTR _VIDEO_PORT_CONFIG_INFO::DriverRegistryPath

Definition at line 194 of file video.h.

Referenced by IntVideoPortFindAdapter().

◆ EmulatorAccessEntries

PEMULATOR_ACCESS_ENTRY _VIDEO_PORT_CONFIG_INFO::EmulatorAccessEntries

Definition at line 174 of file video.h.

Referenced by VgaFindAdapter().

◆ EmulatorAccessEntriesContext

ULONG_PTR _VIDEO_PORT_CONFIG_INFO::EmulatorAccessEntriesContext

Definition at line 175 of file video.h.

Referenced by VgaFindAdapter().

◆ HardwareStateSize

ULONG _VIDEO_PORT_CONFIG_INFO::HardwareStateSize

Definition at line 178 of file video.h.

Referenced by VgaFindAdapter().

◆ InterruptMode

KINTERRUPT_MODE _VIDEO_PORT_CONFIG_INFO::InterruptMode

Definition at line 172 of file video.h.

Referenced by IntVideoPortFindAdapter().

◆ InterruptShareable

UCHAR _VIDEO_PORT_CONFIG_INFO::InterruptShareable

Definition at line 182 of file video.h.

◆ Length

ULONG _VIDEO_PORT_CONFIG_INFO::Length

Definition at line 167 of file video.h.

Referenced by IntVideoPortFindAdapter(), VGAFindAdapter(), and VgaFindAdapter().

◆ Master

BOOLEAN _VIDEO_PORT_CONFIG_INFO::Master

Definition at line 183 of file video.h.

◆ MaximumScatterGatherChunkSize

ULONG _VIDEO_PORT_CONFIG_INFO::MaximumScatterGatherChunkSize

Definition at line 192 of file video.h.

◆ MaximumTransferLength

ULONG _VIDEO_PORT_CONFIG_INFO::MaximumTransferLength

Definition at line 189 of file video.h.

◆ NeedPhysicalAddresses

BOOLEAN _VIDEO_PORT_CONFIG_INFO::NeedPhysicalAddresses

Definition at line 187 of file video.h.

◆ NumberOfPhysicalBreaks

ULONG _VIDEO_PORT_CONFIG_INFO::NumberOfPhysicalBreaks

Definition at line 190 of file video.h.

◆ NumEmulatorAccessEntries

ULONG _VIDEO_PORT_CONFIG_INFO::NumEmulatorAccessEntries

Definition at line 173 of file video.h.

Referenced by VgaFindAdapter().

◆ ScatterGather

BOOLEAN _VIDEO_PORT_CONFIG_INFO::ScatterGather

Definition at line 191 of file video.h.

◆ SystemIoBusNumber

ULONG _VIDEO_PORT_CONFIG_INFO::SystemIoBusNumber

Definition at line 168 of file video.h.

Referenced by IntVideoPortFindAdapter().

◆ SystemMemorySize

ULONGLONG _VIDEO_PORT_CONFIG_INFO::SystemMemorySize

Definition at line 195 of file video.h.

Referenced by IntVideoPortFindAdapter().

◆ VdmPhysicalVideoMemoryAddress

PHYSICAL_ADDRESS _VIDEO_PORT_CONFIG_INFO::VdmPhysicalVideoMemoryAddress

Definition at line 176 of file video.h.

Referenced by VGAFindAdapter(), and VgaFindAdapter().

◆ VdmPhysicalVideoMemoryLength

ULONG _VIDEO_PORT_CONFIG_INFO::VdmPhysicalVideoMemoryLength

Definition at line 177 of file video.h.

Referenced by VGAFindAdapter(), and VgaFindAdapter().

◆ VideoPortGetProcAddress

PVIDEO_PORT_GET_PROC_ADDRESS _VIDEO_PORT_CONFIG_INFO::VideoPortGetProcAddress

Definition at line 193 of file video.h.

Referenced by IntVideoPortFindAdapter().


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