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

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C++ API Reference » UltraLite_StreamReader_iface class

GetLength function Next Page

GetStringChunk function


Synopsis

bool UltraLite_StreamReader_iface::GetStringChunk(
ul_wchar * str,
size_t buffer_len,
size_t * len_retn,
bool * morebytes
)

Parameters
Remarks

Gets a string chunk from current StreamReader offset by copying buffer_len wide characters in to buffer str.

Characters are read from where the last read left off unless you use SetReadPosition function.