NdisCloseConfiguration (Windows CE 5.0)
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