关闭当前工作部件

 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 }

 

posted @ 2020-03-02 10:29  老婆饼里有老婆  阅读(140)  评论(0编辑  收藏  举报