NdisMFlushLog - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

VOID NdisMFlushLog(
  [in] NDIS_HANDLE LogHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndismflushlog)

NdisMFlushLog function

Description

NdisMFlushLog clears the log file.

Parameters

LogHandle [in]

Specifies the handle returned by NdisMCreateLog.

Remarks

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.

See also

NdisMCloseLog

NdisMCreateLog

NdisMWriteLogData

NdisReleaseSpinLock