Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ dce_server_inq_uuids(3dce) — DCE 3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

dce_server_inq_uuids(3dce)  —  Subroutines

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_uuidReturns the UUID that dced uses to identify the server’s configuration data.  If a NULL value is input, no value is returned. 

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

statusReturns the status code from this routine.  This status code indicates whether the routine completed successfully or, if not, why not. 

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. 

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

dced_s_not_started_by_dced

Related Information

Functions: dce_server_inq_server(3dce), dced_intro(3dce), dced_∗(3dce). 

Books: OSF DCE Application Development Guide. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026