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