diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-12-08 19:46:51 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-12-08 19:46:51 (GMT) |
commit | 7bb514d35892f6f3e13465eb20a37ea1454facca (patch) | |
tree | 198959b1cb4c3e196e96e68b56e5a03bed6bf8d6 /doc/html/TechNotes | |
parent | b026b7b06310cec0750f689cdbceb8132b1ac194 (diff) | |
download | hdf5-7bb514d35892f6f3e13465eb20a37ea1454facca.zip hdf5-7bb514d35892f6f3e13465eb20a37ea1454facca.tar.gz hdf5-7bb514d35892f6f3e13465eb20a37ea1454facca.tar.bz2 |
[svn-r3103]
Purpose:
Moved H5Pset_driver and H5Pget_driver_info from RM to TechNotes.
Platforms tested:
IE 5
Diffstat (limited to 'doc/html/TechNotes')
-rw-r--r-- | doc/html/TechNotes/VFLfunc.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/html/TechNotes/VFLfunc.html b/doc/html/TechNotes/VFLfunc.html index 2b960d4..8c8de68 100644 --- a/doc/html/TechNotes/VFLfunc.html +++ b/doc/html/TechNotes/VFLfunc.html @@ -16,6 +16,10 @@ Layer</a> design document and in the source code. +herr_t <font color=red>H5Pset_driver</font>(hid_t plist_id, hid_t driver_id, + const void *driver_info) + +void *<font color=red>H5Pget_driver_info</font>(hid_t plist_id) hid_t <font color=red>H5FDregister</font>(const H5FD_class_t *cls); |