BOOL __stdcall GetAdapterPacketQueueSize (HANDLE hOpen, HANDLE hAdapter, PDWORD pdwSize);
Return Value:
TRUE if call was successful, FALSE otherwise
Parameters:
hOpen
Specifies driver object open handle.
hAdapter
Adapter handle obtained via call to GetTcpipBoundAdaptersInfo.
pdwSize
Pointer to the DWORD variable to store the current adapters packet queue size.
Remarks:
Helper driver will return packet queue size for the requested interface on this request. This function is C-style wrapper for CNdisApi::GetAdapterPacketQueueSize.