WWAN_GET_SLOT_INFO - NtDoc

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

typedef struct _WWAN_GET_SLOT_INFO {
  ULONG SlotIndex;
} WWAN_GET_SLOT_INFO, *PWWAN_GET_SLOT_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_GET_SLOT_INFO structure

Description

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

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.

See also

NDIS_WWAN_GET_SLOT_INFO