vdata_id
|
IN:
|
Vdata access identifier returned from VSattach
|
vdata_name
|
OUT:
|
Name, if any, of the vdata
|
Purpose
|
Returns the name of the specified vdata.
|
Return value
|
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
|
FORTRAN
|
integer function vsqfname(vdata_id, vdata_name)
|
|
integer vdata_id
|
|
character*(*) vdata_name
|