BOOL __stdcall FlushAdapterPacketQueue(HANDLE hOpen, HANDLE hAdapter);
Return Value:TRUE
if call was successful, FALSE
otherwise
Parameters:hOpen
Specifies driver object open handle.
hAdapter
Adapter handle obtained via call to GetTcpipBoundAdaptersInfo
.
Remarks:
This function is a C-style wrapper for CNdisApi::FlushAdapterPacketQueue. The filter driver will flush the packet queue for the requested interface on this request.