NDIS_WWAN_MAC_PARAMETERS structure (ndiswwan.h)
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.
Syntax
typedef struct _NDIS_WWAN_MAC_PARAMETERS {
NDIS_OBJECT_HEADER Header;
} NDIS_WWAN_MAC_PARAMETERS, *PNDIS_WWAN_MAC_PARAMETERS;
Members
Header
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 8.1 and later versions of Windows. |
Header | ndiswwan.h (include Ndiswwan.h) |