Microsoft KB Archive/98863

From BetaArchive Wiki
Knowledge Base


DOC: SB_ENDSCROLL Code Missing from OnHScroll() Documentation

Article ID: 98863

Article Last Modified on 11/21/2006



APPLIES TO

  • Microsoft Foundation Class Library 4.2, when used with:
    • Microsoft Visual C++ 6.1
    • Microsoft Visual C++ 6.0 Professional Edition
    • Microsoft Visual C++ 6.0 Enterprise Edition
    • Microsoft Visual C++ 5.0 Learning Edition



This article was previously published under Q98863


The SB_ENDSCROLL scroll bar notification code, which indicates that the user has released the mouse button after scrolling, is missing from the documentation for the CWnd::OnHScroll() function. One use of the SB_ENDSCROLL message defers time-consuming drawing until the user stops scrolling.

The SB_ENDSCROLL code is included in the documentation for the CWnd::OnVScroll() function and in the WM_HSCROLL message documentation in the Windows Software Development Kit (SDK) "Programmer's Reference, Volume 3: Messages, Structures, and Macros" manual. The scroll bar notification codes are also listed in the Windows header file WINDOWS.H and in the Windows NT header file WINUSER.H.

The documentation has been corrected in later versions.

SUMMARY


Additional query words: 2.00 2.10

Keywords: kbdocfix kbscrollbar kbuidesign KB98863