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
|