TPVAPIFirstLast
This structure defines a text extent or selection.
Syntax
#include <kvvapi.h> typedef struct tag_TPVAPIFirstLast { long first; long last; } TPVAPIFirstLast;
Members
first
|
A long integer that is the first logical address of the text. |
last
|
A long integer that is the last logical address of the text. |