NdisCloseConfiguration (Windows Embedded CE 6.0)

1/6/2010

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

NDIS Library Functions
NdisOpenConfiguration
NdisOpenProtocolConfiguration
NdisReadConfiguration
NdisReadNetworkAddress
NdisWriteConfiguration