Share via


NdisCloseConfiguration

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Syntax

VOID NdisCloseConfiguration(
  NDIS_HANDLE ConfigurationHandle
);

Parameters

  • ConfigurationHandle
    [in] Handle returned by NdisOpenConfiguration or NdisOpenProtocolConfiguration.

Return Value

None.

Remarks

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

Requirements

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

See Also

Reference

NdisOpenConfiguration
NdisOpenProtocolConfiguration
NdisReadConfiguration
NdisReadNetworkAddress
NdisWriteConfiguration