[Top] [Prev] [Next] [Bottom]

VSQueryvsize/vsqfsiz

intn VSQueryvsize(int32 vdata_id, int32 *vdata_size)
vdata_id

IN:

Vdata access identifier returned from VSattach

vdata_size

OUT:

Native size, in bytes, of a record in the vdata

Purpose

Retrieves the size (native to the local machine), in bytes, of a record in the vdata in vdata_size.

Return value

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

FORTRAN

integer function vsqfvsiz(vdata_id, vdata_size)

integer vdata_id, vdata_size



[Top] [Prev] [Next] [Bottom]

hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.