Ejemplo n.º 1
0
 public static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
Ejemplo n.º 2
0
 public static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
Ejemplo n.º 3
0
 private static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
Ejemplo n.º 4
0
 extern public static IntPtr GetWindow(IntPtr hWnd, GetWindowCmd cmd);
Ejemplo n.º 5
0
 extern internal static IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
Ejemplo n.º 6
0
 public IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd)
 {
     return StaticPInvoke.GetWindow(hWnd, uCmd);
 }