NdisMFlushLog (Windows CE 5.0)

Send Feedback

This function clears the log file.

VOID NdisMFlushLog(NDIS_HANDLELogHandle);

Parameters

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.dll.

See Also

NdisMCloseLog | NdisMCreateLog | NdisMWriteLogData | NdisReleaseSpinLock

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.