Gets a text buffer from a specified range. Use this method with the OPENMode property set to 5
(indexing enabled).
bRet = KeyView.GetText(start, cbText, pszText)
Parameter |
Type |
Description |
|
Long |
The starting logical address of the text. |
|
Integer |
The number of bytes of text to copy. |
|
String |
A pointer to the logical address where the text will be stored. |
Type |
Description |
Boolean |
|
|