OMprint_obj


Synopsis


void  OMprint_obj (
OMobj_id  object_id  );

void  OMprint_obj_ptr(
int elem_id,
int proc_id );
)

Description

OMprint_obj prints the definition of the specified object to standard out.

Since you frequently want to call this routine from the debugger, you can use the alternate routine OMprint_obj_ptr when your debugger does not allow you to call functions that take structures as arguments. This routine takes the two members in the OMobj_id structure as separate arguments.

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.