NDIS_WWAN_MPDP_INFO structure (ndiswwan.h)

The NDIS_WWAN_MPDP_INFO structure contains information for an operation to perform on a Multiple Packet Data Protocol (MPDP) interface.

Syntax

typedef struct _NDIS_WWAN_MPDP_INFO {
  WWAN_MPDP_OPERATION   Operation;
  GUID                  ChildInterfaceGUID;
  NDIS_WWAN_MAC_ADDRESS MacAddr;
} NDIS_WWAN_MPDP_INFO, *PNDIS_WWAN_MPDP_INFO;

Members

Operation

An NDIS_WWAN_MPDP_OPERATION value that specifies the operation to perform.

ChildInterfaceGUID

The GUID of the child interface to be deleted, if Operation is set to WwanMPDPOperationDeleteChildInterface. If Operation is set to WwanMPDPOperationCreateChildInterface, then this value is the GUID of the newly created child interface.

MacAddr

Currently unused.

Remarks

This structure is a member of both the NDIS_WWAN_SET_MPDP_STATE structure and the NDIS_WWAN_MPDP_STATE structure.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809
Header ndiswwan.h

See also

NDIS_WWAN_MPDP_OPERATION

NDIS_WWAN_SET_MPDP_STATE

NDIS_WWAN_MPDP_STATE

OID_WWAN_MPDP