Synopsis
void OMprint_path (
OMobj_id object_id );
void OMprint_path_ptr(
int elem_id,
int proc_id);
Description
OMprint_path prints the full pathname of an object to standard out.
You can use the alternate for OMprint_path_ptr when calling this routine from a debugger that does not allow passing structures as arguments. It takes as its arguments the two members of the OMobj_id structure: elem_id, and proc_id.
Arguments
object_id
The id of an object.
elem_id
The elem_id field of the object_id. This routine is designed to be used when debuggers are unable to call functions with structures as arguments.
proc_id
The proc_id field of the object_id.