TPVAPIPosition
This structure defines the position of the viewing window, and is used by the VAPIM_POSITION message to position the document within the viewing window.
Syntax
#include <kvvapi.h> typedef struct tag_TPVAPIPosition { long first; long last; long position; } TPVAPIPosition;
Members
first
|
A long integer that returns the first visible logical address. |
last
|
A long integer that returns the last visible logical address. |
position
|
A long integer that is the position (logical address) to make visible. |