// ndiswwan.h
typedef enum _WWAN_MPDP_OPERATION {
WwanMPDPOperationCreateChildInterface,
WwanMPDPOperationDeleteChildInterface,
WwanMPDPOperationMax
} WWAN_MPDP_OPERATION, *PWWAN_MPDP_OPERATION;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_MPDP_OPERATION enumeration describes an operation to perform on a Multiple Packet Data Protocol (MPDP) interface.
WwanMPDPOperationCreateChildInterfaceCreate a new MPDP child interface.
WwanMPDPOperationDeleteChildInterfaceDelete an existing MPDP child interface.
WwanMPDPOperationMaxThe maximum value for this enumeration.
This enumeration is a member of the NDIS_WWAN_MPDP_INFO structure.