[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

RETRIEVE STRUCTURE IDENTIFIERS (PHOP,*,*,AROP)

Purpose

Use Retrieve Structure Identifiers to retrieve a list of structure identifiers in the specified open archive file.

Language Bindings

C

pret_struct_id (archive_id, num_elems_appl_list, start_ind, ids, num_elems_impl_list)

Input Parameters

Pint archive_id
Archive file identifier.

Pint num_elems_appl_list
Number of elements in the application list (>=0).

Pint start_ind
Starting index (>=0).

Output Parameters

Pint_list *ids
List of structure identifiers.

Pint *num_elems_impl_list
Number of elements in the implementation list.

FORTRAN

PRSID (afid, ilsize, n, lstrid)

Input Parameters

integer afid
Archive file identifier.

integer ilsize
Size of the list (lstrid).

Output Parameters

integer n
Number of structure identifiers in list.

integer lstrid(*)
List of structure identifiers.

Errors

7
Function Requires State (PHOP,*,*,AROP)
404
Specified Archive File Is Not Open

Related Subroutines

  • None


  • [ Previous | Next | Contents | Glossary | Home | Search ]