WWAN_UICC_RESPONSE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef struct _WWAN_UICC_RESPONSE {
  ULONG  Version;
  ULONG  StatusWord1;
  ULONG  StatusWord2;
  USHORT ResponseDataSize;
  BYTE   ResponseData[ANYSIZE_ARRAY];
} WWAN_UICC_RESPONSE, *PWWAN_UICC_RESPONSE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-_wwan_uicc_response)

_WWAN_UICC_RESPONSE structure

Description

The WWAN_UICC_RESPONSE structure describes a UICC response to a file read or write operation.

Members

Version

The version number of the structure that follows. In Windows 10, version 1903, this version must be set to 1.

StatusWord1

A return parameter specific to the UICC command.

StatusWord2

A return parameter specific to the UICC command.

ResponseDataSize

The size of the response data, in bytes.

ResponseData

Used only in Query (read) requests. The buffer containing the response data.

Remarks

This structure is used in the NDIS_WWAN_UICC_RESPONSE structure.

See also

MB UICC application and file system access

OID_WWAN_UICC_ACCESS_BINARY

OID_WWAN_UICC_ACCESS_RECORD

NDIS_WWAN_UICC_RESPONSE