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

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

Structure that contains a group of packets coming from the driver. More...

#include <PACKET32.H>

List of all members.

Public Attributes

HANDLE hEvent
OVERLAPPED OverLapped
PVOID Buffer
 details about the organization of the data in this buffer
UINT Length
 Length of the buffer.
UINT ulBytesReceived
 received by the last call to PacketReceivePacket()
BOOLEAN bIoComplete
DWORD ulBytesReceived
 received by the last call to PacketReceivePacket()


Detailed Description

Structure that contains a group of packets coming from the driver.

This structure defines the header associated with every packet delivered to the application.

Definition at line 181 of file PACKET32.H.


Member Data Documentation

BOOLEAN _PACKET::bIoComplete
 

Deprecated:
Still present for compatibility with old applications.

Definition at line 295 of file Packet32.h.

PVOID _PACKET::Buffer
 

details about the organization of the data in this buffer

Buffer with containing the packets. See the PacketReceivePacket() for

Definition at line 290 of file Packet32.h.

HANDLE _PACKET::hEvent
 

Deprecated:
Still present for compatibility with old applications.

Definition at line 288 of file Packet32.h.

UINT _PACKET::Length
 

Length of the buffer.

Definition at line 292 of file Packet32.h.

OVERLAPPED _PACKET::OverLapped
 

Deprecated:
Still present for compatibility with old applications.

Definition at line 289 of file Packet32.h.

DWORD _PACKET::ulBytesReceived
 

received by the last call to PacketReceivePacket()

Number of valid bytes present in the buffer, i.e. amount of data

Definition at line 293 of file Packet32.h.

UINT _PACKET::ulBytesReceived
 

received by the last call to PacketReceivePacket()

Number of valid bytes present in the buffer, i.e. amount of data

Definition at line 187 of file PACKET32.H.


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