QABinaryMessage * QAMessage::castToBinaryMessage()
Casts this QAMessage to a QABinaryMessage.
You can also use the conversion operator to convert this QAMessage to a QABinaryMessage.
To convert a QAMessage to a QABinaryMessage using the conversion operator, do the following:
QAMessage *msg; QABinaryMessage *bmsg; ... bmsg = (QABinaryMessage *)(*msg); |
A pointer to the QABinaryMessage, or null if this message is not an instance of QABinaryMessage.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |