NdisMCloseLog (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.

NdisMCloseLog releases resources that were used for logging.

Syntax

VOID NdisMCloseLog(
  _In_ NDIS_HANDLE LogHandle
);

Parameters

Return value

None

Remarks

NdisMCloseLog closes the temporary log file allocated by NdisMCreateLog and releases all resources associated with the driver's logging operations when a NIC driver is unloading.

Requirements

Target platform

Universal

Version

See NdisMCloseLog.

Header

Ndis.h (include Ndis.h)

Library

Ndis.lib

IRQL

PASSIVE_LEVEL

See also

MiniportHalt

NdisMCreateLog

NdisMFlushLog

NdisMWriteLogData

 

 

Send comments about this topic to Microsoft