次の方法で共有


NdisMCloseLog (Windows Embedded CE 6.0)

1/6/2010

This function releases resources that were used for logging.

Syntax

            VOID NdisMCloseLog(
            NDIS_HANDLE
            LogHandle
            );
        

Parameters

Return Value

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

Header ndis.h
Library ndis.dll
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Library Functions
NdisMCreateLog
NdisMFlushLog
NdisMWriteLogData