关闭当前工作部件

 1 #include <uf.h>
 2 #include <uf_part.h>
 3 
 4 void ufusr( char *parm, int *returnCode, int rlen )
 5 {
 6  UF_PART_close(UF_PART_ask_display_part(),1,0);
 7 }
 8 
 9  int ufusr_ask_unload()
10 {
11     return (int)UF_UNLOAD_IMMEDIATELY ;
12 }

猜你喜欢

转载自www.cnblogs.com/liuxiaoqing1/p/12394174.html