ReactOS 0.4.15-dev-7942-gd23573b
_USBPORT_COMMON_BUFFER_HEADER Struct Reference

#include <usbport.h>

Collaboration diagram for _USBPORT_COMMON_BUFFER_HEADER:

Public Attributes

ULONG Length
 
ULONG_PTR BaseVA
 
PHYSICAL_ADDRESS LogicalAddress
 
SIZE_T BufferLength
 
ULONG_PTR VirtualAddress
 
ULONG PhysicalAddress
 

Detailed Description

Definition at line 146 of file usbport.h.

Member Data Documentation

◆ BaseVA

ULONG_PTR _USBPORT_COMMON_BUFFER_HEADER::BaseVA

Definition at line 148 of file usbport.h.

Referenced by USBPORT_AllocateCommonBuffer().

◆ BufferLength

SIZE_T _USBPORT_COMMON_BUFFER_HEADER::BufferLength

Definition at line 150 of file usbport.h.

Referenced by USBPORT_AllocateCommonBuffer(), USBPORT_OpenPipe(), and USBPORT_ReopenPipe().

◆ Length

ULONG _USBPORT_COMMON_BUFFER_HEADER::Length

Definition at line 147 of file usbport.h.

Referenced by USBPORT_AllocateCommonBuffer().

◆ LogicalAddress

PHYSICAL_ADDRESS _USBPORT_COMMON_BUFFER_HEADER::LogicalAddress

Definition at line 149 of file usbport.h.

Referenced by USBPORT_AllocateCommonBuffer().

◆ PhysicalAddress

ULONG _USBPORT_COMMON_BUFFER_HEADER::PhysicalAddress

◆ VirtualAddress

ULONG_PTR _USBPORT_COMMON_BUFFER_HEADER::VirtualAddress

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