Ejemplo n.º 1
0
 internal static extern uint GetWindowLong(IntPtr hWnd, GetWindowLong nIndex);
Ejemplo n.º 2
0
 private static extern int User32_GetWindowLong(IntPtr hWnd, GetWindowLong nIndex);
Ejemplo n.º 3
0
 internal static extern int SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, int dwNewLong);
Ejemplo n.º 4
0
 public static extern uint SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, uint dwNewLong);
Ejemplo n.º 5
0
 public static extern uint GetWindowLong(IntPtr hWnd, GetWindowLong nIndex);
Ejemplo n.º 6
0
 public uint SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, uint dwNewLong)
 {
     return StaticPInvoke.SetWindowLong(hWnd, nIndex, dwNewLong);
 }
Ejemplo n.º 7
0
 public uint GetWindowLong(IntPtr hWnd, GetWindowLong nIndex)
 {
     return StaticPInvoke.GetWindowLong(hWnd, nIndex);
 }
Ejemplo n.º 8
-1
 private static extern int User32_SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, int dwNewLong);