Condividi tramite


WWAN_UICC_RESPONSE struttura (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;

Members

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 query (lettura). Buffer contenente i dati di risposta.

Commenti

Questa struttura viene usata nella struttura NDIS_WWAN_UICC_RESPONSE .

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 1903
Intestazione wwan.h

Vedi anche

Accesso all'applicazione e al file system UICC MB

OID_WWAN_UICC_ACCESS_BINARY

OID_WWAN_UICC_ACCESS_RECORD

NDIS_WWAN_UICC_RESPONSE