获取 GUID 字符串

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

 

posted @ 2018-07-18 10:07  我是懒龙  阅读(79)  评论(0编辑  收藏  举报