Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere C++ API Reference » QAMessage class

getShortProperty function Next Page

getStringProperty function


Synopsis

qa_int QAMessage::getStringProperty(
qa_const_string name,
qa_string dest,
qa_int maxlen
)

Parameters
Remarks

Gets the value of the qa_string property with the specified name.

For more information about getting and setting message headers and properties, see Message headers and message properties.

See Also

MessageProperties class

Returns

The number of non-null qa_chars actually copied, or -1 if the operation failed.