NdisMFlushLog (Windows CE 5.0)
This function clears the log file.
VOID NdisMFlushLog(NDIS_HANDLELogHandle);
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
Send Feedback on this topic to the authors