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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QAManagerBase class

 

nextStorePropertyName function

Syntax
qa_int QAManagerBase::nextStorePropertyName(
  qa_store_property_enum_handle h,
  qa_string buffer,
  qa_int bufferLen
)
Parameters
  • h   A handle returned by beginEnumStorePropertyNames.

  • buffer   The buffer into which to write the property name.

  • bufferLen   The length of the buffer to store the property name. This length must include space for the null terminator.

Remarks

Returns the message store property name for the given enumeration.

If there are no more property names, returns -1.

See Also

beginEnumStorePropertyNames function

Returns

The length of the property name, or -1 if there are no more property names. property names