ReactOS 0.4.15-dev-7931-gfd331f1
_MINIPORT_SHARED_MEMORY Struct Reference

#include <miniport.h>

Collaboration diagram for _MINIPORT_SHARED_MEMORY:

Public Attributes

PDMA_ADAPTER AdapterObject
 
ULONG Length
 
PHYSICAL_ADDRESS PhysicalAddress
 
PVOID VirtualAddress
 
BOOLEAN Cached
 
PNDIS_MINIPORT_BLOCK Adapter
 
PVOID Context
 
PIO_WORKITEM WorkItem
 

Detailed Description

Definition at line 64 of file miniport.h.

Member Data Documentation

◆ Adapter

PNDIS_MINIPORT_BLOCK _MINIPORT_SHARED_MEMORY::Adapter

Definition at line 70 of file miniport.h.

◆ AdapterObject

PDMA_ADAPTER _MINIPORT_SHARED_MEMORY::AdapterObject

Definition at line 65 of file miniport.h.

◆ Cached

BOOLEAN _MINIPORT_SHARED_MEMORY::Cached

Definition at line 69 of file miniport.h.

◆ Context

PVOID _MINIPORT_SHARED_MEMORY::Context

Definition at line 71 of file miniport.h.

◆ Length

ULONG _MINIPORT_SHARED_MEMORY::Length

Definition at line 66 of file miniport.h.

◆ PhysicalAddress

PHYSICAL_ADDRESS _MINIPORT_SHARED_MEMORY::PhysicalAddress

Definition at line 67 of file miniport.h.

◆ VirtualAddress

PVOID _MINIPORT_SHARED_MEMORY::VirtualAddress

Definition at line 68 of file miniport.h.

◆ WorkItem

PIO_WORKITEM _MINIPORT_SHARED_MEMORY::WorkItem

Definition at line 72 of file miniport.h.


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