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

VFfieldisize/vffisiz

int32 VFfieldisize(int32 vdata_id, int32 field_index)
vdata_id

IN:

Vdata access identifier returned from VSattach

field_index

IN:

Number determined by assigning each field in the record a zero-based index starting with 0

Purpose

Retrieves the size, as stored in memory, of the specified field in a given vdata.

Return value

Returns the size of a value for the specified field if successful and FAIL (or -1) otherwise.

FORTRAN

integer function vffisiz(vdata_id, field_index)

integer vdata_id, field_index



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

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