This function releases the handle to the Parms registry key returned by the NdisOpenConfiguration or the NdisOpenProtocolConfiguration function.
Header file: | Ndis.h |
Windows CE versions: | 2.0 and later |
VOID NdisCloseConfiguration( IN NDIS_HANDLE ConfigurationHandle );
This function frees any temporary storage allocated in calls to the other NDIS functions that require the returned ConfigurationHandle as a parameter.
A driver that calls this function runs at IRQL PASSIVE_LEVEL.
NdisOpenConfiguration, NdisOpenProtocolConfiguration, NdisReadConfiguration, NdisReadNetworkAddress, NdisWriteConfiguration