摘要: 1 using System.Runtime.InteropServices; 2 3 public class SequentialGuid 4 { 5 [System.Runtime.InteropServices.DllImport("Rpcrt4", CallingConvention = CallingConvention.StdCall, SetLastError = true)] 6 private static extern long UuidCreateSequential(ref System.Guid ptrGuid); 7 8 public... 阅读全文
posted @ 2013-01-11 12:33 Vester 阅读(659) 评论(0) 推荐(0) 编辑