GetText

Gets a text buffer from a specified range. Use this method with the OPENMode property set to 5 (indexing enabled).

Syntax

bRet = KeyView.GetText(start, cbText, pszText)

Parameters

Parameter Type Description
start Long The starting logical address of the text.
cbText Integer The number of bytes of text to copy.
pszText String A pointer to the logical address where the text will be stored.

Returns

Type Description
Boolean

TRUE if the method succeeds.

FALSE if the method fails.