예제 #1
0
파일: AdvApi32.cs 프로젝트: qcyb/pppoed
 public bool AllocateLocallyUniqueId(out Luid luid)
 {
     return(SafeNativeMethods.AllocateLocallyUniqueId(out luid));
 }