Esempio n. 1
0
 public static extern int SetWindowLong(IntPtr hWnd, Constants.WindowLongIndex nIndex, int dwNewLong);
Esempio n. 2
0
 public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, Constants.SetWindowPosFlags uFlags);
Esempio n. 3
0
 public static extern int GetWindowLong(IntPtr hWnd, Constants.WindowLongIndex nIndex);