WWAN_QUERY_READY_INFO - NtDoc

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

typedef struct _WWAN_QUERY_READY_INFO {
  ULONG SlotId;
} WWAN_QUERY_READY_INFO, *PWWAN_QUERY_READY_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WWAN_QUERY_READY_INFO structure represents the SIM slot ID that is associated with an OID_WWAN_READY_INFO query request.

Members

SlotId

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

Remarks

See also

NDIS_WWAN_QUERY_READY_INFO

OID_WWAN_READY_INFO