摘要: [DllImport("rpcrt4.dll", SetLastError = true)] static extern int UuidCreateSequential(out Guid guid); public static Guid GenGuid() { const int RPC_S_O 阅读全文
posted @ 2019-01-29 17:25 lovewl 阅读(3856) 评论(0) 推荐(0) 编辑