ScrollWndHoriz (hwnd, pixel_count)

Scrolls the window hwnd horizontally by an amount given in pixel_count.

If pixel_count is less than zero, then the scroll is backward in the line (screen contents scrolls right).

If pixel_count is greater than zero, then the scroll is forward in the line (screen contents scrolls left).