Condividi tramite


struttura WWAN_UICC_RESPONSE (wwan.h)

La struttura WWAN_UICC_RESPONSE descrive una risposta UICC a un'operazione di lettura o scrittura di file.

Sintassi

typedef struct _WWAN_UICC_RESPONSE {
  ULONG  Version;
  ULONG  StatusWord1;
  ULONG  StatusWord2;
  USHORT ResponseDataSize;
  BYTE   ResponseData[ANYSIZE_ARRAY];
} WWAN_UICC_RESPONSE, *PWWAN_UICC_RESPONSE;

Membri

Version

Numero di versione della struttura che segue. In Windows 10 versione 1903, questa versione deve essere impostata su 1.

StatusWord1

Parametro restituito specifico del comando UICC.

StatusWord2

Parametro restituito specifico del comando UICC.

ResponseDataSize

Dimensioni dei dati della risposta, in byte.

ResponseData[ANYSIZE_ARRAY]

Usato solo nelle richieste di query (lettura). Buffer contenente i dati della risposta.

Osservazioni

Questa struttura viene utilizzata nella struttura NDIS_WWAN_UICC_RESPONSE.

Fabbisogno

Requisito Valore
client minimo supportato Windows 10, versione 1903
intestazione wwan.h

Vedere anche

'applicazione UICC MB e accesso al file system

OID_WWAN_UICC_ACCESS_BINARY

OID_WWAN_UICC_ACCESS_RECORD

NDIS_WWAN_UICC_RESPONSE