WWAN_UICC_RESPONSE structure (wwan.h)
The WWAN_UICC_RESPONSE structure describes a UICC response to a file read or write operation.
Syntax
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
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[ANYSIZE_ARRAY]
Used only in Query (read) requests. The buffer containing the response data.
Remarks
This structure is used in the NDIS_WWAN_UICC_RESPONSE structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | wwan.h |