Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

_PACKET_OID_DATA Struct Reference
[Definitions and data structuresDefinitions and data structures]

Structure containing an OID request. More...

#include <Ntddpack.h>

List of all members.

Public Attributes

ULONG Oid
 for a complete list of valid codes.
ULONG Length
 Length of the data field.
UCHAR Data [1]
 from the adapter.


Detailed Description

Structure containing an OID request.

It is used by the PacketRequest() function to send an OID to the interface card driver. It can be used, for example, to retrieve the status of the error counters on the adapter, its MAC address, the list of the multicast groups defined on it, and so on.

Definition at line 6 of file Ntddpack.h.


Member Data Documentation

UCHAR _PACKET_OID_DATA::Data
 

from the adapter.

variable-lenght field that contains the information passed to or received

Definition at line 309 of file Packet32.h.

Referenced by eth_get(), and eth_set().

ULONG _PACKET_OID_DATA::Length
 

Length of the data field.

Definition at line 308 of file Packet32.h.

Referenced by eth_get(), and eth_set().

ULONG _PACKET_OID_DATA::Oid
 

for a complete list of valid codes.

OID code. See the Microsoft DDK documentation or the file ntddndis.h

Definition at line 306 of file Packet32.h.

Referenced by eth_get(), and eth_set().


The documentation for this struct was generated from the following files:
Generated on Sun May 14 14:51:31 2006 by  doxygen 1.4.2