예제 #1
0
 public static extern int SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, int dwNewLong);
예제 #2
0
		public static extern WindowStyle GetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex);
예제 #3
0
		public static extern WindowStyle SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, WindowStyle dwNewLong);
예제 #4
0
 public static extern int SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, int dwNewLong);