NetAdapterGetNetLuid function (netadapter.h)

Retrieves the NET_LUID that is assigned to a network adapter.

Syntax

NET_LUID NetAdapterGetNetLuid(
  [_In_] NETADAPTER Adapter
);

Parameters

[_In_] Adapter

The network adapter object that the client created in a prior call to NetAdapterCreate.

Return value

Returns the NET_LUID for the specified NETADAPTER object.

Requirements

Requirement Value
Target Platform Universal
Minimum KMDF version 1.21
Header netadapter.h (include netadaptercx.h)
IRQL PASSIVE_LEVEL

See also

NET_LUID