Structure that contains a group of packets coming from the driver. More...
#include <Packet32.h>
Public Attributes | |
BOOLEAN | bIoComplete |
PVOID | Buffer |
details about the organization of the data in this buffer More... | |
HANDLE | hEvent |
UINT | Length |
Length of the buffer. More... | |
OVERLAPPED | OverLapped |
DWORD | ulBytesReceived |
received by the last call to PacketReceivePacket() More... | |
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 265 of file Packet32.h.