WifiAdapterGetPortId - NtDoc

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

ULONG WifiAdapterGetPortId(
  NETADAPTER Adapter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificx-wifiadaptergetportid)

Description

The WifiAdapterGetPortId function gets the Wi-Fi adapter port ID.

Parameters

Adapter

[_In_] A handle to a NETADAPTER object that the client driver obtained from a previous call to NetAdapterCreate.

Return value

Returns the Wi-Fi adapter port ID.

Remarks

See also