コード例 #1
0
ファイル: Kernel.cs プロジェクト: dusdong/BaseComponent
		[DllImport("advapi32")] public static extern int LookupPrivilegeValue(string lpSystemName, string lpName, ref LARGE_INTEGER lpLuid);
コード例 #2
0
ファイル: Kernel.cs プロジェクト: dusdong/BaseComponent
		[DllImport("kernel32")] public static extern int QueryPerformanceFrequency(ref LARGE_INTEGER lpFrequency);
コード例 #3
0
ファイル: Kernel.cs プロジェクト: dusdong/BaseComponent
		[DllImport("advapi32")] public static extern int AllocateLocallyUniqueId(LARGE_INTEGER Luid);
コード例 #4
0
ファイル: Kernel.cs プロジェクト: dusdong/BaseComponent
		[DllImport("kernel32")] public static extern int QueryPerformanceCounter(ref LARGE_INTEGER lpPerformanceCount);