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 » QABinaryMessage class

readInt function Next Page

readLong function


Synopsis

qa_bool QABinaryMessage::readLong(
qa_long * value
)

Parameters
Remarks

Reads a signed 64-bit integer value starting from the unread portion of the QABinaryMessage instance's message body.

See Also

writeLong function

Returns

True if and only if the operation succeeded.