H5Pget_object_flush_cb

fnherr_t H5Pget_object_flush_cb(hid_t plist_id, H5F_flush_cb_t * func, void * * udata)

Gets the object flush callback and user data from the file access property list.

Parameters

plist_idFile access property list identifier
funcPointer to receive the callback function
udataPointer to receive user data pointer

Returns

Non-negative on success, negative on failure.