Пример #1
0
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, uint newLong);
Пример #2
0
 public static extern uint GetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex);
Пример #3
0
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, object dwNewLong);
Пример #4
0
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, int dwNewLong);
Пример #5
0
 public static extern int GetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex);
Пример #6
0
 public static extern int SetWindowLong(IntPtr hWnd, GetWindowLongFlags nIndex, ExtendedWindowStylesFlags dwNewLong);