WWAN_SET_UICC_TERMINAL_CAPABILITY - NtDoc

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

typedef struct _WWAN_SET_UICC_TERMINAL_CAPABILITY {
  ULONG            SlotId;
  WWAN_LIST_HEADER CapabilityListHeader;
} WWAN_SET_UICC_TERMINAL_CAPABILITY, *PWWAN_SET_UICC_TERMINAL_CAPABILITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-wwan_set_uicc_terminal_capability)

Description

The WWAN_SET_UICC_TERMINAL_CAPABILITY structure represents the terminal capabilities of the host and SIM slot ID associated with an OID_WWAN_UICC_TERMINAL_CAPABILITY set request.

Members

SlotId

A ULONG value that identifies the SIM slot of the operation. For single SIM devices this value is 0. For dual SIM devices this value is [0..1].

CapabilityListHeader

A WWAN_LIST_HEADER object that represents a list of terminal capability objects.

Remarks

See also

OID_WWAN_UICC_TERMINAL_CAPABILITY

NDIS_STATUS_WWAN_UICC_TERMINAL_CAPABILITY_INFO