NdisMFlushLog (Windows Embedded CE 6.0)
1/6/2010
This function clears the log file.
Syntax
VOID NdisMFlushLog(
NDIS_HANDLE LogHandle
);
Parameters
- LogHandle
[in] Specifies the handle returned by NdisMCreateLog.
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