Datatypes

<< Click to Display Table of Contents >>

Navigation:  Introduction >

Datatypes

Previous pageReturn to chapter overviewNext page

The API (Application Programming Interface) of VPE defines two important datatypes:

VpeHandle, which is used as a handle to documents and other types of internal objects. On 32-bit platforms, this is a 32-bit integer and on 64-bit platforms this is a 64-bit integer.
(In fact it is typedef'd as a void pointer "void *").

VpeCoord, which is used to specify coordinates as parameters to functions. VpeCoord is of type double.