WWAN_SLOT_INFO - NtDoc

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

typedef struct _WWAN_SLOT_INFO {
  ULONG               SlotIndex;
  WWAN_UICCSLOT_STATE State;
} WWAN_SLOT_INFO, *PWWAN_SLOT_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SLOT_INFO structure

Description

The WWAN_SLOT_INFO structure represents the status of a specific SIM card slot on the modem.

Members

SlotIndex

The index of the slot being queried.

State

The state of the slot being queried, a member of the WWAN_UICCSLOT_STATE enumeration that represents a summary of both the slot and the card state.

See also

NDIS_STATUS_WWAN_SLOT_INFO

NDIS_WWAN_SLOT_INFO

OID_WWAN_SLOT_INFO

WWAN_UICCSLOT_STATE