// netadapter.h
NET_LUID NetAdapterGetNetLuid(
[_In_] NETADAPTER Adapter
);
View the official Windows Driver Kit DDI referenceNo description available.
Retrieves the NET_LUID that is assigned to a network adapter.
Adapter [_In_]The network adapter object that the client created in a prior call to NetAdapterCreate.
Returns the NET_LUID for the specified NETADAPTER object.