NdisMFlushLog
This function clears the log file.
VOID NdisMFlushLog(
NDIS_HANDLE LogHandle
);
Parameters
- LogHandle
[in] Specifies the handle returned by NdisMCreateLog.
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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.