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

DEFAULT_TIME_TO_LIVE variable Next Page

beginEnumPropertyNames function


Synopsis

qa_property_enum_handle QAMessage::beginEnumPropertyNames()

Remarks

Begins an enumeration of message property names.

The handle returned by this method is supplied to nextPropertyName. This method and nextPropertyName can be used to enumerate the message property names at the time this method was called. Message properties cannot be set between beginEnumPropertyNames and endEnumPropertyNames.

Returns

A handle that is supplied to nextPropertyName.