DOC: LB_GETCURSEL Function Documentation Incorrect (70005)



The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) 3.1

This article was previously published under Q70005
3.00 3.10 WINDOWS kbprg kbdocerr

SUMMARY

The documentation for the LB_GETCURSEL function on page 6-36 of the "Microsoft Windows Software Development Kit Reference Volume 1" for versions 3.0, and on page 68 of the "Microsoft Windows Software Development Kit Programmer's Reference, Volume 3: Messages, Structures, and Macros" for version 3.1 is incorrect. Listed below is the corrected information for the "Return Value" section of the document:
Return Value   The return value is the index of the currently
                selected item. It is LB_ERR if no item is selected.
				
Add the following information as a comment:
Comment        Do not send this message to a multiple selection
               list box.
				

Modification Type:MinorLast Reviewed:2/11/2005
Keywords:kb16bitonly kbCtrl kbdocfix kbListBox KB70005