// ndis.h
VOID NdisMCloseLog(
[in] NDIS_HANDLE LogHandle
);
View the official Windows Driver Kit DDI referenceNo description available.
NdisMCloseLog releases resources that were used for logging.
LogHandle [in]Specifies the handle returned by NdisMCreateLog.
NdisMCloseLog closes the temporary log file allocated by NdisMCreateLog and releases all resources associated with the driver's logging operations when a miniport driver is unloading.