dce_cf_get_cell_name(3dce)Returns the primary name for the local cell Synopsis #include <dce/dce_cf.h> void dce_cf_get_cell_name( char **cellname, error_status_t *status); Parameters Input None. Output
cellname Output
status
Description The DCE 1.0 version of this routine is limited to processing lines of text whose length is less than 1024 characters. 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. dce_cf_st_ok dce_cf_e_file_open dce_cf_e_no_mem dce_cf_e_no_match
Related Information dce_cf_prin_name_from_host(3dce) Book: OSF DCE Administration Guide - Core Components
|