public static extern int GetWindowLongA( IntPtr hWnd, SetWindowLongType nIndex);
Exemple #2
0
 public static extern int GetWindowLongA(IntPtr hWnd, SetWindowLongType nIndex);
	public static extern int SetWindowLongA( IntPtr hWnd, SetWindowLongType nIndex, WindowsExtendedStyle dwNewLong);
Exemple #4
0
 public static extern int SetWindowLongA(IntPtr hWnd, SetWindowLongType nIndex, WindowExStyles dwNewLong);