WWAN_MPDP_OPERATION enumeration (ndiswwan.h)

The WWAN_MPDP_OPERATION enumeration describes an operation to perform on a Multiple Packet Data Protocol (MPDP) interface.

Syntax

typedef enum _WWAN_MPDP_OPERATION {
  WwanMPDPOperationCreateChildInterface,
  WwanMPDPOperationDeleteChildInterface,
  WwanMPDPOperationMax
} WWAN_MPDP_OPERATION, *PWWAN_MPDP_OPERATION;

Constants

 
WwanMPDPOperationCreateChildInterface
Create a new MPDP child interface.
WwanMPDPOperationDeleteChildInterface
Delete an existing MPDP child interface.
WwanMPDPOperationMax
The maximum value for this enumeration.

Remarks

This enumeration is a member of the NDIS_WWAN_MPDP_INFO structure.

Requirements

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

See also

NDIS_WWAN_MPDP_INFO

NDIS_WWAN_SET_MPDP_STATE

NDIS_WWAN_MPDP_STATE

OID_WWAN_MPDP