[Back to Interface] [Prev] [Next]

Vdelete/vdelete

int32 Vdelete(int32 file_id, int32 vgroup_id)

file_id IN:

File identifier returned by Hopen

vgroup_id IN:

Vgroup identifier returned by Vattach

Purpose

Remove a vgroup from a file.

Return value

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

Description

Vdelete removes the vgroup identified by the parameter vgroup_id from the file identified by the parameter file_id.

This routine will remove the vgroup from the internal data structures and from the file.

FORTRAN

integer function vdelete(file_id, vgroup_id)

integer file_id, vgroup_id



[Back to Interface] [Prev] [Next]

hdfhelp@ncsa.uiuc.edu
HDF Reference Manual - 07/29/98, NCSA HDF Development Group.