コード例 #1
0
ファイル: User32API.cs プロジェクト: burstas/rmps
 public static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
コード例 #2
0
 public static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
コード例 #3
0
ファイル: CQRestart.cs プロジェクト: balrogsxt/xtBot
 private static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
コード例 #4
0
 extern public static IntPtr GetWindow(IntPtr hWnd, GetWindowCmd cmd);
コード例 #5
0
 extern internal static IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
コード例 #6
0
 public IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd)
 {
     return StaticPInvoke.GetWindow(hWnd, uCmd);
 }