_ETH_M_REQUEST
struct _ETH_M_REQUEST
{
HANDLE hAdapterHandle;
unsigned dwPacketsNumber;
unsigned dwPacketsSuccess;
NDISRD_ETH_Packet EthPacket[ANY_SIZE];
}
hAdapterHandle
The adapters handle
value. This structure is used for sending receiving packets and
this field specifies network interface for the operation.
dwPacketsNumber
Number of buffers in
EthPacket array
dwPacketsSuccess
Number of buffers
successfully returned from read operation
EthPacket
This field keeps an
array of pointers to the _INTERMEDIATE_BUFFER.
|