struttura WWAN_PIN_ACTION (wwan.h)
La struttura WWAN_PIN_ACTION rappresenta le azioni da eseguire con un PIN (Personal Identification Number).
Sintassi
typedef struct _WWAN_PIN_ACTION {
WWAN_PIN_TYPE PinType;
WWAN_PIN_OPERATION PinOperation;
WCHAR Pin[WWAN_PIN_LEN];
WCHAR NewPin[WWAN_PIN_LEN];
BOOLEAN RequestPinOperationPrompt;
} WWAN_PIN_ACTION, *PWWAN_PIN_ACTION;
Membri
PinType
Tipo del PIN su cui eseguire l'azione.
PinOperation
Azione da eseguire con il PIN. Per altre informazioni, vedere WWAN_PIN_OPERATION.
Pin[WWAN_PIN_LEN]
Stringa con terminazione NULL che rappresenta il valore del PIN con cui eseguire l'azione oppure il valore del PIN necessario per abilitare/disabilitare le impostazioni DEL PIN. Questo membro è un valore numerico e si applica per tutti i valori di PinOperation .
NewPin[WWAN_PIN_LEN]
Stringa con terminazione NULL che rappresenta il nuovo valore PIN da impostare quando PinOperation è WwanPinOperationChange o WwanPinOperationEnter, per PinTypeWwanPinTypePuk1 o WwanPinTypePuk2. Questo membro è un valore numerico.
RequestPinOperationPrompt
Valore BOOLEAN che indica se visualizzare una richiesta per richiedere l'operazione PIN.
Osservazioni
Quando PinType è WwanPinTypePuk1 o WwanPinTypePuk2, Pin rappresenta la chiave PUK corrispondente.
Quando PinType è WwanPinTypePuk1 o WwanPinTypePuk2, WwanPinOperationEnter è l'unico valore supportato per PinOperation .
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Disponibile in Windows 7 e versioni successive di Windows. |
intestazione | wwan.h (include Wwan.h) |