NdisCloseConfiguration (Compact 2013)
3/26/2014
This function releases the handle to the registry key that was returned by the NdisOpenConfigurationEx, NdisOpenConfigurationKeyByIndex, or NdisOpenConfigurationKeyByName function.
Syntax
VOID NdisCloseConfiguration(
NDIS_HANDLE ConfigurationHandle
);
Parameters
- ConfigurationHandle
[in] The handle that the NdisOpenConfigurationEx function returns.
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 |
See Also
Reference
NDIS Configuration Interface
DriverEntry of NDIS Protocol Drivers
MiniportInitializeEx
NdisOpenConfigurationEx
NdisOpenConfigurationKeyByIndex
NdisOpenConfigurationKeyByName
NdisReadConfiguration
NdisReadNetworkAddress
NdisWriteConfiguration
ProtocolBindAdapterEx