[svn-r3103]

Purpose:
    Moved H5Pset_driver and H5Pget_driver_info from RM to TechNotes.
Platforms tested:
    IE 5
This commit is contained in:
Frank Baker
2000-12-08 14:46:51 -05:00
parent b026b7b063
commit 7bb514d358

View File

@@ -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);