NDIS_WWAN_MAC_PARAMETERS - NtDoc

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

typedef struct _NDIS_WWAN_MAC_PARAMETERS {
  NDIS_OBJECT_HEADER Header;
} NDIS_WWAN_MAC_PARAMETERS, *PNDIS_WWAN_MAC_PARAMETERS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndiswwan-_ndis_wwan_mac_parameters)

_NDIS_WWAN_MAC_PARAMETERS structure

Description

The NDIS_WWAN_MAC_PARAMETERS structure is used by OID_WWAN_CREATE_MAC when processing a request to create an NDIS port for a new PDP context.

Members

The header with type, revision, and size information about the NDIS_WWAN_MAC_PARAMETERS structure.

Header submember Value
Type NDIS_OBJECT_TYPE_DEFAULT
Revision NDIS_WWAN_MAC_PARAMETERS_REVISION_1
Size sizeof(NDIS_WWAN_MAC_PARAMETERS)

For more information about these members, see NDIS_OBJECT_HEADER.

See also

OID_WWAN_CREATE_MAC