Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 2.07 KB

nf-netconfiguration-netconfigurationquerylinklayeraddress.md

File metadata and controls

68 lines (53 loc) · 2.07 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.alt-api req.alt-loc targetos f1_keywords topic_type api_type api_location api_name
NF:netconfiguration.NetConfigurationQueryLinkLayerAddress
NetConfigurationQueryLinkLayerAddress function (netconfiguration.h)
The NetConfigurationQueryLinkLayerAddress function retrieves the software-configurable link layer address that was stored in the registry for a NIC.
netvista
03/30/2022
NetConfigurationQueryLinkLayerAddress function
NetConfigurationQueryLinkLayerAddress
netconfiguration.h
netadaptercx.h
Universal
1.23
PASSIVE_LEVEL
Windows
NetConfigurationQueryLinkLayerAddress
netconfiguration/NetConfigurationQueryLinkLayerAddress
apiref
HeaderDef
netconfiguration.h
NetConfigurationQueryLinkLayerAddress

NetConfigurationQueryLinkLayerAddress function

-description

The NetConfigurationQueryLinkLayerAddress function retrieves the software-configurable link layer address that was stored in the registry for a NIC.

-parameters

-param Configuration [In]

Handle to a NETCONFIGURATION object that represents an opened registry key.

-param LinkLayerAddress [Out]

A pointer to a NET_ADAPTER_LINK_LAYER_ADDRESS object that represents the link layer address stored in the registry key.

-returns

The function returns STATUS_SUCCESS if the operation succeeds. Otherwise, this function may return an appropriate NTSTATUS error code.

-remarks

The client driver obtains a handle to a NETCONFIGURATION object by calling NetAdapterOpenConfiguration or NetConfigurationOpenSubConfiguration.

-see-also