BOOL CNdisApi::FlushAdapterPacketQueue ( HANDLE hAdapter );
Return Value:
TRUE if call was successful, FALSE otherwise
Parameters:
hAdapter
Adapter handle obtained via call to GetTcpipBoundAdaptersInfo.
Remarks:
Helper driver will flush packet queue for the requested interface on this request. This member calls 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 |