pxinq_struct_paths (
Pint struct_id /*structure identifier */ Pint length /*length of application list */ Pint *error_ind /*error indicator */ Pint_list *struct_ids /*traversal path */
)
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,

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.