WWAN_PIN_APP - NtDoc

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

typedef struct _WWAN_PIN_APP {
  ULONG Version;
  BYTE  AppIdLength;
  BYTE  AppId[WWAN_UICC_APP_ID_MAX_LEN];
} WWAN_PIN_APP, *PWWAN_PIN_APP;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_PIN_APP structure

Description

The WWAN_PIN_APP structure specifies the target application ID for a UICC application whose PIN is being queried.

Members

Version

The version number of the structure that follows. In Windows 10, version 1903, this version must be set to 1.

AppIdLength

The size of the application ID, in bytes, as defined in Section 8.3 of the ETSI TS 102 221 technical specification. For 2G cards, this field must be set to zero (0).

AppId

The application ID. Only the first AppIdLength bytes are meaningful. If the application ID is longer than WWAN_UICC_APP_ID_MAX_LEN bytes, then AppIdLength specifies the actual length but only the first WWAN_UICC_APP_ID_MAX_LEN bytes are in this field.

Remarks

This structure is used in the NDIS_WWAN_PIN_APP structure.

See also

MB UICC application and file system access

OID_WWAN_PIN_EX2

NDIS_WWAN_PIN_APP