// ndiswwan.h
typedef struct _NDIS_WWAN_MAC_INFO {
ULONG uReserved;
ULONG uNdisPortNumber;
NDIS_WWAN_MAC_ADDRESS MacAddr;
} NDIS_WWAN_MAC_INFO, *PNDIS_WWAN_MAC_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_WWAN_MAC_INFO structure represents NDIS port information for a PDP context.
uReservedReserved. Do not use.
uNdisPortNumberThe 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.
MacAddrThe NDIS port of the PDP context.