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 adapter’s packet queue size.
Remarks:
The filter driver will return packet queue size for the requested interface on this request. This function is a C-style wrapper for CNdisApi::GetAdapterPacketQueueSize.