usidentifier (USHORT)

      Scroll bar-control window identifier.

    sslider (SHORT)

      Slider position.

    • Either the operator is not moving the slider with the pointer device, or for the instance when uscmd is SB_SLIDERPOSITION the pointer is outside the tracking rectangle when the button is released.

      Other

        Slider position.

      uscmd (USHORT)

        Command.

        SB_LINEUP

          Sent if the operator clicks on the up arrow of the scroll bar, or presses the VK_UP key.
        SB_LINEDOWN
          Sent if the operator clicks on the down arrow of the scroll bar, or presses the VK_DOWN key.
        SB_PAGEUP
          Sent if the operator clicks on the area above the slider, or presses the VK_PAGEUP key.
        SB_PAGEDOWN
          Sent if the operator clicks on the area below the slider, or presses the VK_PAGEDOWN key.
        SB_SLIDERPOSITION
          Sent to indicate the final position of the slider.
        SB_SLIDERTRACK
          If the operator moves the scroll bar slider with the pointer device, this is sent every time the slider position changes.
        SB_ENDSCROLL
          Sent when the operator has finished scrolling, but only if the operator has not been doing any absolute slider positioning.

        ulReserved (ULONG)

          Reserved value, should be 0.


        [Back] [Next]