NdisMFlushLog
This function clears the log file.
VOID NdisMFlushLog(
NDIS_HANDLE LogHandle
);
- LogHandle
[in] Specifies the handle returned by NdisMCreateLog.
None.
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.
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.dll.
NdisMCloseLog | NdisMCreateLog | NdisMWriteLogData | NdisReleaseSpinLock
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.