/****************************************************************************** Copyright (c) 1999 Unigraphics Solutions, Inc. Unpublished - All Rights Reserved *******************************************************************************/ /* The following example removes the User Tool dialog. */ # include # include void ufusr(char *param, int *retcod, int param_len) { int tool_num = 0, error; logical map_flag = UF_UI_HIDE; UF_initialize(); error = UF_UI_display_usertool(tool_num, map_flag); UF_terminate(); }