Share via


NdisCloseConfiguration

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

VOID NdisCloseConfiguration(
  NDIS_HANDLE ConfigurationHandle
);

Parameters

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

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.

See Also

NdisOpenConfiguration | NdisOpenProtocolConfiguration | NdisReadConfiguration | NdisReadNetworkAddress | NdisWriteConfiguration

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.