NdisCloseConfiguration

This function releases the handle to the Parms registry key returned by the NdisOpenConfiguration or the NdisOpenProtocolConfiguration function.

At a Glance

Header file: Ndis.h
Windows CE versions: 2.0 and later

Syntax

VOID NdisCloseConfiguration( IN NDIS_HANDLE ConfigurationHandle );

Parameters

ConfigurationHandle
Handle returned by NdisOpenConfiguration or NdisOpenProtocolConfiguration.

Remarks

This function frees any temporary storage allocated in calls to the other NDIS functions that require the returned ConfigurationHandle as a parameter.

A driver that calls this function runs at IRQL PASSIVE_LEVEL.

See Also

NdisOpenConfiguration, NdisOpenProtocolConfiguration, NdisReadConfiguration, NdisReadNetworkAddress, NdisWriteConfiguration