_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 315 of file Packet.h.


Field Documentation

NDIS_HANDLE NdisProtocolHandle

NDIS handle of NPF.

Definition at line 316 of file Packet.h.

NDIS_STRING AdapterName

Name of the adapter.

Definition at line 317 of file Packet.h.

PWSTR ExportString

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

Definition at line 318 of file Packet.h.


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

documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2007 CACE Technologies. All rights reserved.