NDIS_WWAN_MAC_INFO structure (ndiswwan.h)

The NDIS_WWAN_MAC_INFO structure represents NDIS port information for a PDP context.

Syntax

typedef struct _NDIS_WWAN_MAC_INFO {
  ULONG                 uReserved;
  ULONG                 uNdisPortNumber;
  NDIS_WWAN_MAC_ADDRESS MacAddr;
} NDIS_WWAN_MAC_INFO, *PNDIS_WWAN_MAC_INFO;

Members

uReserved

Reserved. Do not use.

uNdisPortNumber

The number of the NDIS port. This value is an NDIS_PORT_NUMBER value, which has a ULONG data type and is valid from zero through 0xffffff, where zero is reserved for the default port.

MacAddr

The NDIS port of the PDP context.

Requirements

Requirement Value
Minimum supported client Available in Windows 8.1 and later versions of Windows.
Header ndiswwan.h (include Ndiswwan.h)