WWAN_MPDP_OPERATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndiswwan.h

typedef enum _WWAN_MPDP_OPERATION {
  WwanMPDPOperationCreateChildInterface,
  WwanMPDPOperationDeleteChildInterface,
  WwanMPDPOperationMax
} WWAN_MPDP_OPERATION, *PWWAN_MPDP_OPERATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ndiswwan-_wwan_mpdp_operation)

_WWAN_MPDP_OPERATION enumeration

Description

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

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.

See also

NDIS_WWAN_MPDP_INFO

NDIS_WWAN_SET_MPDP_STATE

NDIS_WWAN_MPDP_STATE

OID_WWAN_MPDP