1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_part.h> 5 #include <uf_ui.h> 6 7 8 //获取当前会话中加载的部件数量 9 int num = UF_PART_ask_num_parts(); 10 11 //打印 12 char msg[256]; 13 sprintf(msg, "当前会话中加载的部件数量为:%d", num); 14 uc1601(msg, 1); 15 16 UF_terminate(); 17 18 Caesar卢尚宇 19 2020年2月14日
原文地址:https://www.cnblogs.com/nxopen2018/p/12309683.html
时间: 2024-10-09 09:18:23