[Back to Interface] [Prev] [Next]

ANendaccess/afendaccess

intn ANendaccess(int32 ann_id)

ann_id IN:

Annotation identifier returned by ANcreate, ANcreatef or ANselect

Purpose

Terminates access to an annotation.

Return value

Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.

Description

ANendaccess terminates access to the annotation identified by the parameter ann_id. Note that there must be one call to ANendaccess for every call to ANselect, ANcreate or ANcreatef.

FORTRAN

integer function afendaccess(ann_id)

integer ann_id



[Back to Interface] [Prev] [Next]

hdfhelp@ncsa.uiuc.edu
HDF Reference Manual - 07/29/98, NCSA HDF Development Group.