Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE STRUCTURE PATHS

PXINQ_STRUCT_PATHS


CALLING SEQUENCE

pxinq_struct_paths (
)

EFFECT

Return the paths below the specified structure.

If the application list is not large enough to contain the entire path, then as much information as possible is returned.

The structure path is a list of structure names, in the order in which they are processed by the traverser. For example, for the following structure,

the values returned are : 1 2 4 2 5 2 6 2 1 3 7 3 8 3 1.

If the specified structure does not exist, struct_ids -> num_ints is returned as 0. If the specified structure does not contain any references to other structures, then struct_ids
-> num_ints = 1 and struct_ids -> integers[0] contains the structure identifier itself.

ERRORS

2
Ignoring function, function requires state PHOP.
201
Ignoring function, invalid structure identifier specified.

SEE ALSO

None


Previous Next Up Title Contents Index Functions Index Top Library