Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

_DEVICE_EXTENSION Struct Reference
[NPF structures and definitions]

Port device extension. More...

#include <Packet.h>


Data Fields

NDIS_HANDLE NdisProtocolHandle
 NDIS handle of NPF.

NDIS_STRING AdapterName
 Name of the adapter.

PWSTR ExportString


Detailed Description

Port device extension.

Structure containing some data relative to every adapter on which NPF is bound.

Definition at line 269 of file Packet.h.


Field Documentation

NDIS_STRING AdapterName
 

Name of the adapter.

Definition at line 271 of file Packet.h.

Referenced by createDevice(), NPF_Open(), and NPF_Unload().

PWSTR ExportString
 

Name of the exported device, i.e. name that the applications will use to open this adapter through WinPcap.

Definition at line 272 of file Packet.h.

Referenced by createDevice(), and NPF_Unload().

NDIS_HANDLE NdisProtocolHandle
 

NDIS handle of NPF.

Definition at line 270 of file Packet.h.

Referenced by createDevice(), NPF_Open(), and NPF_Unload().


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

documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.