// 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 referenceNo description available.
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.
HeaderThe 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.