TPVAPITextInfo
This structure defines a text buffer. See VAPINM_TEXTBUFFER.
Syntax
#include <kvvapi.h> typedef struct tag_TPVAPITextInfo { long lBaseAddress; int cbText; BYTE* lpText; } TPVAPITextInfo;
Members
lBaseAddress
|
A long integer that returns the base logical address at the start of the buffer. |
cbText
|
An integer that returns the number of bytes in the buffer. |
lpText
|
A pointer to the byte buffer, which returns the pointer to the text buffer. The text buffer can contain text or commands. Commands are ANSI strings with the following extensions (embedded control codes):
|