Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 2.84 KB

ns-wwan-_wwan_pin_action_ex2.md

File metadata and controls

87 lines (63 loc) · 2.84 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.ddi-compliance req.unicode-ansi req.max-support req.typenames targetos ms.custom f1_keywords topic_type api_type api_location api_name
NS:wwan._WWAN_PIN_ACTION_EX2
_WWAN_PIN_ACTION_EX2 (wwan.h)
The WWAN_PIN_ACTION_EX2 structure specifies the PIN action to take for a UICC application.
netvista
04/10/2019
WWAN_PIN_ACTION_EX2 structure
_WWAN_PIN_ACTION_EX2, WWAN_PIN_ACTION_EX2, *PWWAN_PIN_ACTION_EX2,
wwan.h
Windows 10, version 1903
WWAN_PIN_ACTION_EX2, *PWWAN_PIN_ACTION_EX2
Windows
19H1
_WWAN_PIN_ACTION_EX2
wwan/_WWAN_PIN_ACTION_EX2
PWWAN_PIN_ACTION_EX2
wwan/PWWAN_PIN_ACTION_EX2
WWAN_PIN_ACTION_EX2
wwan/WWAN_PIN_ACTION_EX2
apiref
HeaderDef
wwan.h
_WWAN_PIN_ACTION_EX2
PWWAN_PIN_ACTION_EX2
WWAN_PIN_ACTION_EX2

_WWAN_PIN_ACTION_EX2 structure

-description

The WWAN_PIN_ACTION_EX2 structure specifies the PIN action to take for a UICC application.

-struct-fields

-field PinType

A WWAN_PIN_TYPE value that specifies the PIN type for the application.

-field PinOperation

A WWAN_PIN_OPERATION value that specifies the operation to perform on the PIN.

-field Pin

A string representing the PIN value with which to perform the action, or the PIN value required to enable or disable PIN settings. This field applies for all values of PinOperation.

-field NewPin

A string representing the new PIN value to set when PinOperation is WwanPinOperationChange or WwanPinOperationEnter, for a PinType of WwanPinTypePuk1 or WwanPinTypePuk2.

-field 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).

-field 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_SET_PIN_EX2 structure.

-see-also

MB UICC application and file system access

OID_WWAN_PIN_EX2

NDIS_WWAN_SET_PIN_EX2