dce_db_iter_next_by_uuid(3dce)During iteration, returns the next key from a backing store indexed by UUID Synopsis
#include <dce/dce.h> void dce_db_iter_next_by_uuid( dce_db_handle_t handle, uuid_t **key, error_status_t *status); Parameters Input
handle Output
key
status
Description This iteration routine is the same as dce_db_iter_next( ), except that it only works with backing stores indexed by UUID, and returns an error if the backing store index is the wrong type. The iteration routine returns a pointer to a private space associated with the handle. Each call to the iteration routine reuses the space, instead of using allocated space. Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
error_status_ok
Related Information dce_db_iter_next_by_name(3dce)
|