NDIS Configuration Interface (Compact 2013)
3/26/2014
This section describes the NDIS configuration interfaces.
In This Section
- NDIS_CONFIGURATION_OBJECT
Defines the attributes of a configuration object that an NDIS driver can pass to the NdisOpenConfigurationEx function.
- NDIS_CONFIGURATION_PARAMETER
Contains the data and type of a named entry in the registry.
- NDIS_PARAMETER_TYPE
Identifies the type of a registry entry.
- NdisCloseConfiguration
Releases the handle to the registry key.
- NdisGetVersion
Returns the version number of NDIS.
- NdisOpenConfigurationEx
Obtains a configuration handle that enables access to configuration parameters in the registry.
- NdisOpenConfigurationKeyByIndex
Opens a subkey of a given open registry key that is designated by a caller-supplied handle.
- NdisOpenConfigurationKeyByName
Opens a named subkey of a given open registry key that is designated by a caller-supplied handle.
- NdisReadConfiguration
Returns the value of a named entry of the specified type from the registry, given the handle to an open registry key.
- NdisReadNetworkAddress
Returns the software-configurable network address that was stored in the registry for a network adapter when it was installed in the device.
- NdisSetOptionalHandlers
Sets or changes the entry points of driver functions.
- NdisWriteConfiguration
Writes a caller-supplied value for a specified entry into the registry.