Ejemplo n.º 1
0
 public static extern IntPtr GetWindow(IntPtr hWnd, GetWindowType uCmd);
Ejemplo n.º 2
0
 internal static extern IntPtr GetWindow(IntPtr hWnd, GetWindowType uCmd);
Ejemplo n.º 3
0
 private static extern IntPtr GetWindow(IntPtr hwnd, GetWindowType wFlag);
Ejemplo n.º 4
0
 public IntPtr GetWindow(IntPtr hWnd, GetWindowType uCmd)
 {
     return(PInvoker.GetWindow(hWnd, uCmd));
 }
Ejemplo n.º 5
0
 private static extern IntPtr GetWindow(IntPtr hWnd, GetWindowType uCmd);
Ejemplo n.º 6
0
 public static extern IntPtr GetWindow(
     IntPtr hwnd,
     GetWindowType wFlag
     );