WWAN_SET_UICC_TERMINAL_CAPABILITY structure (wwan.h)
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.
Syntax
typedef struct _WWAN_SET_UICC_TERMINAL_CAPABILITY {
ULONG SlotId;
WWAN_LIST_HEADER CapabilityListHeader;
} WWAN_SET_UICC_TERMINAL_CAPABILITY, *PWWAN_SET_UICC_TERMINAL_CAPABILITY;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | wwan.h |