Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function releases the handle to the Parms registry key returned by the NdisOpenConfiguration or the NdisOpenProtocolConfiguration function.
VOID NdisCloseConfiguration(NDIS_HANDLEConfigurationHandle);
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.
Link Library: Ndis.lib
See Also
NdisOpenConfiguration | NdisOpenProtocolConfiguration | NdisReadConfiguration | NdisReadNetworkAddress | NdisWriteConfiguration
Send Feedback on this topic to the authors