Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure contains a response to a SIM toolkit command.
Syntax
typedef struct rilsimtoolkitrsp_tag { DWORD cbSize; DWORD dwParams; DWORD dwId; DWORD dwTag; DWORD dwType; DWORD dwQualifier; DWORD dwResponse; DWORD dwAdditionalInfo; } RILSIMTOOLKITRSP; |
Members
- cbSize
-
Indicates the structure size, in bytes.
- dwParams
-
Specifies a bitfield that indicates what structure fields are valid for a given message.
- dwId
-
Specifies the command number for the selected item.
- dwTag
-
Specifies the command details tag, including comprehension-required flag.
- dwType
-
Specifies the command type.
- dwQualifier
-
Indicates the qualifiers specific to the command type.
- dwResponse
-
Specifies the SIM response.
- dwAdditionalInfo
-
Specifies additional SIM response data.
Requirements
Header | ril.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |