Ejemplo n.º 1
0
 public static extern int GetWindowLong(IntPtr hWnd, GetWindowLongIndex nIndex);
Ejemplo n.º 2
0
		public static extern int GetWindowLong(IntPtr hWnd, GetWindowLongIndex nIndex);
Ejemplo n.º 3
0
 public static extern UIntPtr SetWindowLongPtr(IntPtr hWnd, GetWindowLongIndex index, UIntPtr value);
Ejemplo n.º 4
0
 private static extern WindowStyles GetWindowLong(IntPtr hwnd, GetWindowLongIndex index);
Ejemplo n.º 5
0
 public static extern UIntPtr GetWindowLongPtr(IntPtr hWnd, GetWindowLongIndex index);