// ndis.h
VOID NdisMFlushLog(
[in] NDIS_HANDLE LogHandle
);
View the official Windows Driver Kit DDI referenceNo description available.
NdisMFlushLog clears the log file.
LogHandle [in]Specifies the handle returned by NdisMCreateLog.
NdisMFlushLog resets the position pointers within the log file to the start of the file.
The driver must release any spin lock it is holding before calling NdisMFlushLog.