NetAdapterGetNetLuid - NtDoc

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

NET_LUID NetAdapterGetNetLuid(
  [_In_] NETADAPTER Adapter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netadapter-netadaptergetnetluid)

NetAdapterGetNetLuid function

Description

Retrieves the NET_LUID that is assigned to a network adapter.

Parameters

Adapter [_In_]

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.

Remarks

See also

NET_LUID