NAME

dce_server_inq_uuids - Obtains the UUIDs that dced associates with the server's configuration and execution data

SYNOPSIS

#include <dce/dced.h>
void                                        dce_server_inq_uuids(
        uuid_t          *conf_uuid,
        uuid_t          *exec_uuid,
        error_status_t  *status);

PARAMETERS

Output

conf_uuid
Returns the UUID that dced uses to identify the server's configuration data. If a NULL value is input, no value is returned.

exec_uuid
Returns the UUID that dced uses to identify the executing server. If a NULL value is input, no value is returned.

status
Returns the status code from this routine. This status code indicates whether the routine completed successfully or, if not, why not. The possible status codes are

error_status_ok dced_s_not_started_by_dced

DESCRIPTION

The dce_server_inq_uuids() routine obtains the UUIDs that dced uses in its srvrconf and srvrexec services to identify the server's configuration and execution data. The server can then use dced API routines to access the data and perform other server management functions.

RELATED INFORMATION

Routines:   dced_intro(3dce)    dce_server_inq_server(3dce)
            dced API (3dce)

Books: OSF DCE Application Development Guide.


© 1990-1996, Transarc Corporation