internal static extern uint GetWindowLong(IntPtr hWnd, GetWindowLong nIndex);
private static extern int User32_GetWindowLong(IntPtr hWnd, GetWindowLong nIndex);
internal static extern int SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, int dwNewLong);
public static extern uint SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, uint dwNewLong);
public static extern uint GetWindowLong(IntPtr hWnd, GetWindowLong nIndex);
public uint SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, uint dwNewLong) { return StaticPInvoke.SetWindowLong(hWnd, nIndex, dwNewLong); }
public uint GetWindowLong(IntPtr hWnd, GetWindowLong nIndex) { return StaticPInvoke.GetWindowLong(hWnd, nIndex); }
private static extern int User32_SetWindowLong(IntPtr hWnd, GetWindowLong nIndex, int dwNewLong);