예제 #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
 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);
 }