public static extern int SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, int dwNewLong);
public static extern WindowStyle GetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex);
public static extern WindowStyle SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, WindowStyle dwNewLong);