#include <PACKET32.H>
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() | |
This structure defines the header associated with every packet delivered to the application.
Definition at line 181 of file PACKET32.H.
|
|
Definition at line 295 of file Packet32.h. |
|
|
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. |
|
|
Definition at line 288 of file Packet32.h. |
|
|
Length of the buffer.
Definition at line 292 of file Packet32.h. |
|
|
Definition at line 289 of file Packet32.h. |
|
|
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. |
|
|
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. |
1.4.2