<< Click to Display Table of Contents >> VpeGetTplVpeObject |
Returns the handle of a VPE Object from a template page.
VpeHandle VpeGetTplVpeObject(
VpeHandle hTemplate,
int page,
long index
)
VpeHandle hTemplate
Template Handle
int page
index into the array of available Pages
long index
index into the array of available objects
Returns:
the handle of a VPE Object from a template page, or NULL if page or index are out of range
Remarks:
The function can be used to access VPE Objects within the template directly.
"dycodoc Template Processing" in the Programmer's Manual