NdisMFlushLog (Windows Embedded CE 6.0)

1/6/2010

This function clears the log file.

Syntax

VOID NdisMFlushLog(
  NDIS_HANDLE LogHandle
);

Parameters

Return Value

None.

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.

Requirements

Header ndis.h
Library ndis.dll
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Library Functions
NdisMCloseLog
NdisMCreateLog
NdisMWriteLogData
NdisReleaseSpinLock