|
|
A GET_MESSAGE_RESULT object is returned from a call to
get_message.
| class GET_MESSAGE_RESULT { |
| STATUS_NUM
status_num; |
// Status code |
| string status_string; |
// Status string |
| uint
extended_error; |
// Error code if status_num equals ExtendedError |
| Q_MESSAGE q_message; |
// A Q_MESSAGE object |
| } |
|
Members: |
|
| status_num |
Contains a value from the STATUS_NUM
enumeration.
|
| status_string |
Contains a status string.
|
| extended_error |
Contains an extended error code, if
status_num equals ExtendedError.
|
| q_message |
A Q_MESSAGE
object, if status_num equals NoError.
|
|
See Also: |
|
get_message |