NdisMCloseLog
This function releases resources that were used for logging.
VOID NdisMCloseLog(
NDIS_HANDLE LogHandle
);
Parameters
- LogHandle
[in] Specifies the handle returned by NdisMCreateLog.
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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.