#include <dce/dce_cf.h>void dce_cf_same_cell_name( char *cell_name1, char *cell_name2, boolean result, error_status_t *status);
Possible status codes are as follows:
The dce_cf_same_cell_name () routine, when given the names of two cells as input parameters, compares the cell names to determine whether or not they refer to the same call. The result parameter is set to TRUE if they do, and to FALSE if they do not.
If only one cell name is specified as an input parameter, the dce_cf_same_cell_name() routine determines whether or not the specified cell name is the same as the local cell's primary name (which it retrieves by calling dce_cf_get_cell_name()). You can use the routine in this way to determine whether a given cell name is the primary name of your local cell.
No value is returned.
Functions: dce_cf_free_cell_aliases(3dce), dce_cf_get_cell_aliases(3dce), dce_cf_get_cell_name(3dce),
Books: OSF DCE Application Development Guide--Core Components, Transarc DCE Command Reference.