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

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

 

getStringStoreProperty function

Syntax
qa_int QAManagerBase::getStringStoreProperty(
  qa_const_string name,
  qa_string address,
  qa_int maxlen
)
Parameters
  • name   The pre-defined or custom property name.

  • address   The destination for the qa_string value.

  • maxlen   The maximum number of qa_chars of the value to copy, including the null terminator character.

Remarks

Gets a string value for a pre-defined or custom message store property.

You can use this method to access pre-defined or user-defined client store properties.

For a list of pre-defined properties, see MessageStoreProperties class.

For more information, see Client message store properties.

Returns

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