[Top]
[Prev]
[Next]
[Bottom]
Hgetlibversion
intn Hgetlibversion(uint32 *
major_v
, uint32 *
minor_v
, uint32 *
release
, char
string
[])
major_v
OUT:
Major version number
minor_v
OUT:
Minor version number
release
OUT:
Release number
string
OUT:
Version number text string
Purpose
Retrieves the version information of the current HDF library.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
Description
The version information is compiled into the HDF library, so it is not necessary to have any open files for this function to execute. The
string
buffer is limited to a length of LIBVSTR_LEN characters as defined in hfile.h.
[Top]
[Prev]
[Next]
[Bottom]
hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.