NdisMFlushLog (NDIS 5.1) function

Note   NDIS 5. x has been deprecated and is superseded by NDIS 6. x. For new NDIS driver development, see Network Drivers Starting with Windows Vista. For information about porting NDIS 5. x drivers to NDIS 6. x, see Porting NDIS 5.x Drivers to NDIS 6.0.

NdisMFlushLog clears the log file.

Syntax

VOID NdisMFlushLog(
  _In_ NDIS_HANDLE LogHandle
);

Parameters

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

Target platform

Universal

Version

See NdisMFlushLog.

Header

Ndis.h (include Ndis.h)

Library

Ndis.lib

IRQL

<= DISPATCH_LEVEL

See also

NdisMCloseLog

NdisMCreateLog

NdisMWriteLogData

NdisReleaseSpinLock

 

 

Send comments about this topic to Microsoft