// ndis.h
VOID NdisCloseConfiguration(
[in] NDIS_HANDLE ConfigurationHandle
);
View the official Windows Driver Kit DDI referenceNo description available.
The NdisCloseConfiguration function releases the handle to the registry key that was returned by the NdisOpenConfigurationEx, NdisOpenConfigurationKeyByIndex, or NdisOpenConfigurationKeyByName function.
ConfigurationHandle [in]The handle that the NdisOpenConfigurationEx function returns.
This function frees any temporary storage allocated in calls to other Ndis*Xxx* functions that required the returned ConfigurationHandle as a parameter.
DriverEntry of NDIS Protocol Drivers
NdisOpenConfigurationKeyByIndex
NdisOpenConfigurationKeyByName