NAME
snmdb_console_load - causes the Site/SunNet/Domain Manager Console to load a specified ASCII management database (MDB) file
SYNOPSIS
int snmdb_console_load(pathname, rpc_error, console_error) char *pathname;
int *rpc_error, *console_error;
DESCRIPTION
Loading the database is accomplished through an RPC call to the Site/SunNet/Domain Manager Console.
The call returns only after the load 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: