Loads a specific object based upon an object handle.
Syntax
intl pipObjectFileGoto ( pipObjectFile obj_h, intl handle );
Arguments
obj_h The handle of the open object file. Input.
handle The handle of the object you want to load. The handle is returned by pipObjectGetHandle. Input.
Return Value
PIP_OK PIP_ERROR
Prerequisites
pipObjectGetHandle.
Alternates
None.
Notes
This function repositions the object pointer to the object pointed to by handle.