WWAN_GET_SLOT_INFO structure (wwan.h)

The WWAN_GET_SLOT_INFO structure contains the slot index to specify which slot's status a query request is for.

Syntax

typedef struct _WWAN_GET_SLOT_INFO {
  ULONG SlotIndex;
} WWAN_GET_SLOT_INFO, *PWWAN_GET_SLOT_INFO;

Members

SlotIndex

Represents the index of the SIM slot. SlotIndex can be mapped to either a physical or embedded SIM slot and may be expanded to soft SIM in the future.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703
Header wwan.h (include Wwan.h)

See also

NDIS_WWAN_GET_SLOT_INFO