NdisMCloseLog - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

VOID NdisMCloseLog(
  [in] NDIS_HANDLE LogHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndismcloselog)

NdisMCloseLog function

Description

NdisMCloseLog releases resources that were used for logging.

Parameters

LogHandle [in]

Specifies the handle returned by NdisMCreateLog.

Remarks

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.

See also

MiniportHaltEx

NdisMCreateLog

NdisMFlushLog

NdisMWriteLogData