NDIS_WWAN_MPDP_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndiswwan-_ndis_wwan_mpdp_info)

_NDIS_WWAN_MPDP_INFO structure

Description

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

Members

Operation

An 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.

See also

WWAN_MPDP_OPERATION

NDIS_WWAN_SET_MPDP_STATE

NDIS_WWAN_MPDP_STATE

OID_WWAN_MPDP