ReactOS 0.4.15-dev-7942-gd23573b
_VIDEO_PORT_ADDRESS_MAPPING Struct Reference

#include <videoprt.h>

Collaboration diagram for _VIDEO_PORT_ADDRESS_MAPPING:

Public Attributes

LIST_ENTRY List
 
PVOID MappedAddress
 
ULONG NumberOfUchars
 
PHYSICAL_ADDRESS IoAddress
 
ULONG SystemIoBusNumber
 
UINT MappingCount
 

Detailed Description

Definition at line 44 of file videoprt.h.

Member Data Documentation

◆ IoAddress

PHYSICAL_ADDRESS _VIDEO_PORT_ADDRESS_MAPPING::IoAddress

Definition at line 49 of file videoprt.h.

Referenced by IntVideoPortMapMemory().

◆ List

LIST_ENTRY _VIDEO_PORT_ADDRESS_MAPPING::List

Definition at line 46 of file videoprt.h.

Referenced by IntVideoPortMapMemory().

◆ MappedAddress

PVOID _VIDEO_PORT_ADDRESS_MAPPING::MappedAddress

Definition at line 47 of file videoprt.h.

Referenced by IntVideoPortMapMemory(), and IntVideoPortUnmapMemory().

◆ MappingCount

UINT _VIDEO_PORT_ADDRESS_MAPPING::MappingCount

Definition at line 51 of file videoprt.h.

Referenced by IntVideoPortMapMemory(), and IntVideoPortUnmapMemory().

◆ NumberOfUchars

ULONG _VIDEO_PORT_ADDRESS_MAPPING::NumberOfUchars

Definition at line 48 of file videoprt.h.

Referenced by IntVideoPortMapMemory(), and IntVideoPortUnmapMemory().

◆ SystemIoBusNumber

ULONG _VIDEO_PORT_ADDRESS_MAPPING::SystemIoBusNumber

Definition at line 50 of file videoprt.h.

Referenced by IntVideoPortMapMemory().


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