Esempio n. 1
0
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, uint newLong);
Esempio n. 2
0
 public static extern uint GetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex);
Esempio n. 3
0
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, object dwNewLong);
Esempio n. 4
0
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, int dwNewLong);
Esempio n. 5
0
 public static extern int GetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex);
Esempio n. 6
0
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, ExtendedWindowStylesFlags dwNewLong);