NdisCloseConfiguration - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

VOID NdisCloseConfiguration(
  [in] NDIS_HANDLE ConfigurationHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndiscloseconfiguration)

NdisCloseConfiguration function

Description

The NdisCloseConfiguration function releases the handle to the registry key that was returned by the NdisOpenConfigurationEx, NdisOpenConfigurationKeyByIndex, or NdisOpenConfigurationKeyByName function.

Parameters

ConfigurationHandle [in]

The handle that the NdisOpenConfigurationEx function returns.

Remarks

This function frees any temporary storage allocated in calls to other Ndis*Xxx* functions that required the returned ConfigurationHandle as a parameter.

See also

DriverEntry of NDIS Protocol Drivers

MiniportInitializeEx

NdisOpenConfigurationEx

NdisOpenConfigurationKeyByIndex

NdisOpenConfigurationKeyByName

NdisReadConfiguration

NdisReadNetworkAddress

NdisWriteConfiguration

ProtocolBindAdapterEx