TPVAPIGetText

This structure defines the parameters used by the VAPIM_GETTEXT message to get a text buffer from a specified range.

Syntax

#include <kvvapi.h>
typedef struct tag_TPVAPIGetText
{
    long         start;
    int          cbText;
    BYTE*        lpText;
} 
TPVAPIGetText;

Members

start A long integer that is the starting logical address of the text.
cbText An integer that is the number of bytes of text to copy.
lpText A pointer to the byte buffer in which to return the text.