ReactOS 0.4.15-dev-7842-g558ab78
_NDIS_M_DEVICE_BLOCK Struct Reference

#include <miniport.h>

Collaboration diagram for _NDIS_M_DEVICE_BLOCK:

Public Attributes

PDEVICE_OBJECT DeviceObject
 
PNDIS_STRING SymbolicName
 
PDRIVER_DISPATCH MajorFunction [IRP_MJ_MAXIMUM_FUNCTION+1]
 

Detailed Description

Definition at line 34 of file miniport.h.

Member Data Documentation

◆ DeviceObject

PDEVICE_OBJECT _NDIS_M_DEVICE_BLOCK::DeviceObject

Definition at line 35 of file miniport.h.

Referenced by NdisGenericIrpHandler(), NdisMDeregisterDevice(), and NdisMRegisterDevice().

◆ MajorFunction

PDRIVER_DISPATCH _NDIS_M_DEVICE_BLOCK::MajorFunction[IRP_MJ_MAXIMUM_FUNCTION+1]

Definition at line 37 of file miniport.h.

Referenced by NdisGenericIrpHandler(), and NdisMRegisterDevice().

◆ SymbolicName

PNDIS_STRING _NDIS_M_DEVICE_BLOCK::SymbolicName

Definition at line 36 of file miniport.h.

Referenced by NdisMDeregisterDevice(), and NdisMRegisterDevice().


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