[Back to Interface] [Prev] [Next]

VSappendable/vsapp (Obsolete)

int32 VSappendable(int32 vdata_id, int32 block_size)

vdata_id IN:

Vdata identifier returned by VSattach

block_size IN:

Standard block size of appended data

Purpose

Makes it possible to append to a vdata.

Return value

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

Description

The HDF library makes all vdatas appendable upon creation. Therefore, this routine has been made obsolete.

FORTRAN

integer function vsapp(vdata_id, block_size)

integer vdata_id, block_size



[Back to Interface] [Prev] [Next]

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