ReactOS 0.4.15-dev-7918-g2a2556c
_NDIS_M_DRIVER_BLOCK Struct Reference

#include <miniport.h>

Collaboration diagram for _NDIS_M_DRIVER_BLOCK:

Public Attributes

LIST_ENTRY ListEntry
 
KSPIN_LOCK Lock
 
NDIS_MINIPORT_CHARACTERISTICS MiniportCharacteristics
 
WORK_QUEUE_ITEM WorkItem
 
PDRIVER_OBJECT DriverObject
 
LIST_ENTRY DeviceList
 
PUNICODE_STRING RegistryPath
 

Detailed Description

Definition at line 19 of file miniport.h.

Member Data Documentation

◆ DeviceList

LIST_ENTRY _NDIS_M_DRIVER_BLOCK::DeviceList

Definition at line 25 of file miniport.h.

Referenced by NdisInitializeWrapper(), and NdisIPnPStartDevice().

◆ DriverObject

PDRIVER_OBJECT _NDIS_M_DRIVER_BLOCK::DriverObject

◆ ListEntry

LIST_ENTRY _NDIS_M_DRIVER_BLOCK::ListEntry

Definition at line 20 of file miniport.h.

Referenced by NdisInitializeWrapper(), and NdisTerminateWrapper().

◆ Lock

KSPIN_LOCK _NDIS_M_DRIVER_BLOCK::Lock

Definition at line 21 of file miniport.h.

Referenced by NdisInitializeWrapper(), NdisIPnPStartDevice(), and NdisIPnPStopDevice().

◆ MiniportCharacteristics

◆ RegistryPath

PUNICODE_STRING _NDIS_M_DRIVER_BLOCK::RegistryPath

Definition at line 26 of file miniport.h.

Referenced by NdisInitializeWrapper(), and NdisTerminateWrapper().

◆ WorkItem

WORK_QUEUE_ITEM _NDIS_M_DRIVER_BLOCK::WorkItem

Definition at line 23 of file miniport.h.


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