// ndiswwan.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_WWAN_MPDP_INFO structure contains information for an operation to perform on a Multiple Packet Data Protocol (MPDP) interface.
OperationAn WWAN_MPDP_OPERATION value that specifies the operation to perform.
ChildInterfaceGUIDThe 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.
MacAddrCurrently unused.
This structure is a member of both the NDIS_WWAN_SET_MPDP_STATE structure and the NDIS_WWAN_MPDP_STATE structure.