Esempio n. 1
0
 public bool AllocateLocallyUniqueId(out Luid luid)
 {
     return(SafeNativeMethods.AllocateLocallyUniqueId(out luid));
 }