Retrieves the individual object handle for the current object for large files.
Syntax
intl pipObjectGetHandle64 ( pipObjectFile h_object, intl* loHandle, intl* hiHandle );
Arguments
h The file handle from pipObjectFileOpen. Output.
loHandle The low handle portion. Output. hiHandle The high handle portion. Output.
Return Value
PIP_OK PIP_ERROR
Prerequisites
pipObjectGetHandle
Alternates
None.
Notes
This function returns the handle of the current object in the object file. The handle can then be used with pipObjectFileGoto to make the object associated with this handle the current object at any time during processing.