Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function releases resources that were used for logging.
VOID NdisMCloseLog(NDIS_HANDLELogHandle);
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
Send Feedback on this topic to the authors