RILSIMRESPONSE
A version of this page is also available for
4/8/2010
This structure stores a response to a restricted SIM command.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwStatusWord1;
DWORD dwStatusWord2;
BYTE pbResponse[];
} RILSIMRESPONSE;
Members
- cbSize
Structure size, in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILSIMRESPONSE parameter constants.
- dwStatusWord1
Specifies the return parameter specific to a SIM command.
- dwStatusWord2
Specifies the return parameter specific to a SIM command.
- pbResponse
Additional bytes of response data.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |