NAME
snmdb_console_save_components - causes the Site/SunNet/Domain Manager Console to save all instances in its runtime database to a specified ASCII management database (MDB) file
SYNOPSIS
int snmdb_console_save_components(pathname, rpc_error, console_error) char *pathname;
int *rpc_error, *console_error;
DESCRIPTION
Saving the database is accomplished through an RPC call to the Site/SunNet/Domain Manager Console. Instances of data and event requests as well as objects are saved.
The call returns only after the operation is completed. The Console should not be locked when this call is issued.
INPUT ARGUMENTS
pathname
pointer to the character string that represents the path name of the MDB file.
rpc_error
pointer to integer for returned errors (can be NULL pointer).
console_error
pointer to integer for returned errors (can be NULL pointer).
RETURN VALUE
One of the following values is returned: