[Top]
[Prev]
[Next]
[Bottom]
ANcreatef/affcreate
int32 ANcreatef(int32
an_id,
int32
annot_type)
an_id
IN:
Multifile annotation interface identifier returned by
ANstart
annot_type
IN:
Type of file annotation
Purpose
Creates an file label or file description annotation .
Return value
Returns a file annotation identifier if successful and FAIL (or -1) otherwise.
Valid values for
annot_type
are: AN_FILE_LABEL for file labels and AN_FILE_DESC for file descriptions.
FORTRAN
integer function affcreate(an_id, type)
integer an_id, type
[Top]
[Prev]
[Next]
[Bottom]
hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.