PreviousNext

dce_db_close(3dce)

Closes an open backing store

Synopsis

#include <dce/dce.h>
#include <dce/dbif.h>

void dce_db_close(

dce_db_handle_t *handle,

error_status_t *status);

Parameters

Input

handle
A handle identifying the backing store to be closed.

Output

status
A pointer to the completion status. On successful completion, the routine returns error_status_ok. Otherwise, it returns an error.

Description
The dce_db_close( ) routine closes a backing store that was opened by dce_db_open( ). It also frees the storage used by the handle, and sets the handle's value to NULL.

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
The call was successful.

Related Information
Functions: dce_db_open(3dce)