// 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 referenceNo description available.
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.
SlotIdA 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].
CapabilityListHeaderA WWAN_LIST_HEADER object that represents a list of terminal capability objects.
OID_WWAN_UICC_TERMINAL_CAPABILITY
NDIS_STATUS_WWAN_UICC_TERMINAL_CAPABILITY_INFO