beginEnumPropertyNames function

Syntax
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.