struttura WWAN_PIN_DESC (wwan.h)

La struttura WWAN_PIN_DESC rappresenta la descrizione o lo stato corrente per un PIN (Personal Identification Number).

Sintassi

typedef struct _WWAN_PIN_DESC {
  WWAN_PIN_MODE   PinMode;
  WWAN_PIN_FORMAT PinFormat;
  ULONG           PinLengthMin;
  ULONG           PinLengthMax;
} WWAN_PIN_DESC, *PWWAN_PIN_DESC;

Members

PinMode

Stato corrente del PIN.

PinFormat

Formato del PIN. Questo membro viene ignorato se PinMode è WwanPinModeNotSupported.

PinLengthMin

Numero minimo di caratteri nel PIN. I driver Miniport non devono specificare un valore maggiore di WWAN_PIN_LEN (12). I driver Miniport devono specificare WWAN_PIN_LENGTH_UNKNOWN, se la lunghezza del PIN non è disponibile.

PinLengthMax

Numero massimo di caratteri nel PIN. I driver Miniport non devono specificare un valore maggiore di WWAN_PIN_LEN (12). I driver Miniport devono specificare WWAN_PIN_LENGTH_UNKNOWN, se la lunghezza del PIN non è disponibile.

Requisiti

Requisito Valore
Client minimo supportato Disponibile in Windows 7 e versioni successive di Windows.
Intestazione wwan.h (include Wwan.h)

Vedi anche

WWAN_PIN_FORMAT

WWAN_PIN_LIST

WWAN_PIN_MODE