CNdisApi::GetAdapterPacketQueueSize
BOOL
GetAdapterPacketQueueSize ( HANDLE hAdapter,
PDWORD pdwSize);
Return Value:
TRUE if call was
successful, FALSE otherwise
Parameters:
hAdapter
Adapter handle
obtained via call to GetTcpipBoundAdaptersInfo.
pdwSize
Pointer to the DWORD variable
to store the current adapters packet queue size.
Remarks:
This member is a
simple wrapper for IOCTL_NDISRD_ADAPTER_QUEUE_SIZE.
Helper driver will return packet queue size for the requested
interface on this request.
|