Ejemplo n.º 1
0
 public static extern int SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, int dwNewLong);
Ejemplo n.º 2
0
		public static extern WindowStyle GetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex);
Ejemplo n.º 3
0
		public static extern WindowStyle SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, WindowStyle dwNewLong);
Ejemplo n.º 4
0
 public static extern int SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, int dwNewLong);