ReactOS 0.4.15-dev-7958-gcd0bb1a
_DRIVER_INFORMATION Struct Reference

#include <ne2000.h>

Collaboration diagram for _DRIVER_INFORMATION:

Public Attributes

NDIS_HANDLE NdisWrapperHandle
 
NDIS_HANDLE NdisMacHandle
 
LIST_ENTRY AdapterListHead
 
LIST_ENTRY Link
 
PDRIVER_OBJECT DriverObject
 
PBOOT_DRIVER_LIST_ENTRY DataTableEntry
 
HANDLE ServiceHandle
 
USHORT TagPosition
 
ULONG Failed
 
ULONG Processed
 
NTSTATUS Status
 

Detailed Description

Definition at line 185 of file ne2000.h.

Member Data Documentation

◆ AdapterListHead

LIST_ENTRY _DRIVER_INFORMATION::AdapterListHead

Definition at line 189 of file ne2000.h.

Referenced by DriverEntry(), and MiniportInitialize().

◆ DataTableEntry

PBOOT_DRIVER_LIST_ENTRY _DRIVER_INFORMATION::DataTableEntry

Definition at line 405 of file io.h.

Referenced by IopInitializeBootDrivers().

◆ DriverObject

PDRIVER_OBJECT _DRIVER_INFORMATION::DriverObject

Definition at line 404 of file io.h.

◆ Failed

ULONG _DRIVER_INFORMATION::Failed

Definition at line 408 of file io.h.

◆ Link

LIST_ENTRY _DRIVER_INFORMATION::Link

Definition at line 403 of file io.h.

Referenced by IopInitializeBootDrivers().

◆ NdisMacHandle

NDIS_HANDLE _DRIVER_INFORMATION::NdisMacHandle

Definition at line 188 of file ne2000.h.

Referenced by DriverEntry().

◆ NdisWrapperHandle

NDIS_HANDLE _DRIVER_INFORMATION::NdisWrapperHandle

Definition at line 187 of file ne2000.h.

Referenced by DriverEntry().

◆ Processed

ULONG _DRIVER_INFORMATION::Processed

Definition at line 409 of file io.h.

◆ ServiceHandle

HANDLE _DRIVER_INFORMATION::ServiceHandle

Definition at line 406 of file io.h.

Referenced by IopInitializeBootDrivers().

◆ Status

NTSTATUS _DRIVER_INFORMATION::Status

Definition at line 410 of file io.h.

◆ TagPosition

USHORT _DRIVER_INFORMATION::TagPosition

Definition at line 407 of file io.h.

Referenced by IopInitializeBootDrivers().


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