dce_server_inq_server - Obtains the server configuration data dced used to start the server
#include <dce/dced.h>
void dce_server_inq_server(
server_t **server,
error_status_t *status);
error_status_ok dced_s_not_started_by_dced dced_s_data_unavailable
The dce_server_inq_server() routine obtains the server configuration data (srvrconf) maintained by dced and used by dced to start the server. This routine is commonly called prior to registering the server to obtain the server data used as input to dce_server_register().
Routines: dced_intro(3dce), dce_server_register(3dce)
Books: OSF DCE Application Development Guide.