获取 GUID 字符串

1 #include <SysUtils.hpp>
2 
3 TGUID uid;  //16字节,128位
4 if(CreateGUID(uid)==0)
5 {
6     ShowMessage(Sysutils::GUIDToString(uid));
7 }

 

posted on 2016-11-03 21:09  懒龙2013  阅读(345)  评论(0编辑  收藏  举报

导航