メイン   モジュール   デー タ構造   ファイルリスト   データフィールド   グローバル   関連ページ   注意事項   English

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


Field Documentation

NDIS_STRING AdapterName
 

Name of the adapter.

Definition at line 260 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 261 of file Packet.h.

Referenced by createDevice(), and NPF_Unload().

NDIS_HANDLE NdisProtocolHandle
 

NDIS handle of NPF.

Definition at line 259 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.
2005 translated by Telebusiness,Inc.
 All rights reserved.