NdisMFlushLog clears the log file.
VOID
NdisMFlushLog(
IN NDIS_HANDLE LogHandle
);
Declared in Ndis.h. Include Ndis.h.
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.
Callers of NdisMFlushLog can be running at IRQL <= DISPATCH_LEVEL.
NdisMCloseLog, NdisMCreateLog, NdisMWriteLogData, NdisReleaseSpinLock