RILSIMRESPONSE (Windows Embedded CE 6.0)
1/6/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 |
See Also
Reference
RIL Structures
RIL_SendRestrictedSimCmd
RILSIMRESPONSE Parameter Constants