Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
Minimum UMDF version | 2.33 |
Header | netadapter.h (include netadaptercx.h) |
IRQL | PASSIVE_LEVEL |