Share via


RILSIMRESPONSE (Compact 2013)

3/26/2014

This structure stores a response to a restricted Subscriber Identity Module (SIM) command.

Syntax

typedef struct rilsimresponse_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwStatusWord1;
  DWORD dwStatusWord2;
  BYTE pbResponse[];
} RILSIMRESPONSE, *LPRILSIMRESPONSE;

Members

  • cbSize
    Size of the structure, in bytes.
  • 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

See Also

Reference

RIL Structures
RIL_SendRestrictedSimCmd
RILSIMRESPONSE Parameter Constants