WWAN_QUERY_UICC_TERMINAL_CAPABILITY - NtDoc

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

typedef struct _WWAN_QUERY_UICC_TERMINAL_CAPABILITY {
  ULONG SlotId;
} WWAN_QUERY_UICC_TERMINAL_CAPABILITY, *PWWAN_QUERY_UICC_TERMINAL_CAPABILITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WWAN_QUERY_UICC_TERMINAL_CAPABILITY structure represents the SIM slot ID that is associated with an OID_WWAN_UICC_TERMINAL_CAPABILITY query request.

Members

SlotId

A ULONG value that specifies the intended SIM slot of the operation. For a single SIM device, this value is 0. For a dual SIM device, this value is [0..1].

Remarks

See also

OID_WWAN_UICC_TERMINAL_CAPABILITY

NDIS_WWAN_QUERY_UICC_TERMINAL_CAPABILITY