BOOL CNdisApi::FlushAdapterPacketQueue ( HANDLE hAdapter );
Return Value:TRUE
if call was successful, FALSE
otherwise
Parameters:hAdapter
Adapter handle obtained via call to GetTcpipBoundAdaptersInfo
.
Remarks:
The filter driver will flush the packet queue for the requested interface on this request. This member calls a driver with IOCTL_NDISRD_FLUSH_ADAPTER_QUEUE
control code (see details below).
IOCTL_NDISRD_FLUSH_ADAPTER_QUEUE
Input Buffer | Adapter handle value |
Input Buffer Size | 4 bytes |
Output Buffer | None |
Output Buffer Size | 0 |