You are here: C++ API > Classes > dtsViewerInfo Structure > dtsViewerInfo::blockSize Data Member
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsViewerInfo::blockSize Data Member
Syntax
C++
unsigned long blockSize;

Size of the text blocks to pass to the readTextBlock function. (Note: The block size actually provided to readTextBlock may be different from the requested size, so readTextBlock implementations should check the size of the dtsTextBlock passed in and should not assume that the provided buffer is of the requested size.)