NdisMCloseLog (Windows CE 5.0)

Send Feedback

This function releases resources that were used for logging.

VOID NdisMCloseLog(NDIS_HANDLELogHandle);

Parameters

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.dll.

See Also

NdisMCreateLog | NdisMFlushLog | NdisMWriteLogData

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.