NDIS_WWAN_QUERY_ATR_INFO - NtDoc

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

typedef struct _NDIS_WWAN_QUERY_ATR_INFO {
  NDIS_OBJECT_HEADER  Header;
  WWAN_QUERY_ATR_INFO QueryAtrInfo;
} NDIS_WWAN_QUERY_ATR_INFO, *PNDIS_WWAN_QUERY_ATR_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndiswwan-ndis_wwan_query_atr_info)

Description

The NDIS_WWAN_QUERY_ATR_INFO structure represents the SIM slot ID that is associated with an OID_WWAN_UICC_ATR query request.

Members

The header with type, revision, and size information about the NDIS_WWAN_QUERY_ATR_INFO structure.

Header submember Value
Type NDIS_OBJECT_TYPE_DEFAULT
Revision NDIS_WWAN_QUERY_ATR_INFO_REVISION_1
Size sizeof(NDIS_WWAN_QUERY_ATR_INFO)

For more information about these members, see NDIS_OBJECT_HEADER.

QueryAtrInfo

A WWAN_QUERY_ATR_INFO structure that represents the ATR information.

Remarks

See also

WWAN_QUERY_ATR_INFO

OID_WWAN_UICC_ATR

NDIS_STATUS_WWAN_ATR_INFO