NDIS_WWAN_ATR_INFO - NtDoc

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

typedef struct _NDIS_WWAN_ATR_INFO {
  NDIS_OBJECT_HEADER Header;
  WWAN_STATUS        uStatus;
  WWAN_ATR_INFO      AtrInfo;
} NDIS_WWAN_ATR_INFO, *PNDIS_WWAN_ATR_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The NDIS_WWAN_ATR_INFO structure represents a SIM card's Answer to Reset (ATR) information.

Members

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

Header submember Value
Type NDIS_OBJECT_TYPE_DEFAULT
Revision NDIS_WWAN_ATR_INFO_REVISION_1
Size sizeof(NDIS_WWAN_ATR_INFO)

For more information about these members, see NDIS_OBJECT_HEADER.

uStatus

A WWAN_STATUS value that indicates the result of the query request.

AtrInfo

A WWAN_ATR_INFO structure that represents the ATR information.

Remarks

See also

WWAN_ATR_INFO

OID_WWAN_UICC_ATR

NDIS_STATUS_WWAN_ATR_INFO