头文件:uf_ui_ugopen.h
函数名:UF_UI_open_listing_window
函数说明:打开信息窗口
测试代码:
#include <uf.h> #include <uf_ui.h> #include <uf_ui_ugopen.h> extern DllExport void ufusr( char *parm, int *returnCode, int rlen ) { UF_initialize(); UF_UI_open_listing_window();//打开窗口 UF_terminate(); } extern int ufusr_ask_unload( void ) { return( UF_UNLOAD_IMMEDIATELY ); }
效果:
注意:
在9.0之后的高版本中,UF_UI_open_listing_window(),放在ufsta入口,随着NX一起启动时,打开信息窗口无效。