typedef struct _UNSORTED_READ_SEND_REQUEST
{
PINTERMEDIATE_BUFFER* packets;
ULONG packets_num;
}
packets
Pointer to the user allocated array of INTERMEDIATE_BUFFER
pointers.
packets_num
Number of packets in the array above.
typedef struct _UNSORTED_READ_SEND_REQUEST
{
PINTERMEDIATE_BUFFER* packets;
ULONG packets_num;
}
packets
Pointer to the user allocated array of INTERMEDIATE_BUFFER
pointers.
packets_num
Number of packets in the array above.