[Top]
[Prev]
[Next]
[Bottom]
Vgetclass/vfgcls
int32 Vgetclass(int32
vgroup_id
, char *
vgroup_class
)
vgroup_id
IN:
Vgroup identifier returned by
Vattach
vgroup_class
OUT:
Buffer for storing the vgroup class name
Purpose
Retrieves the class name of the vgroup specified by
vgroup_id
and returns it in the buffer pointed to by
vgroup_class
.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
Description
The maximum length of the name is defined by the macro VGNAMELENMAX.
FORTRAN
integer function vfgcls(vgroup_id, vgroup_class)
integer vgroup_id
character* (*) vgroup_class
[Top]
[Prev]
[Next]
[Bottom]
hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.