An application sends a CB_GETLBTEXT message to retrieve a string from the list of a combo box.
CB_GETLBTEXT wParam = (WPARAM) index; // item index lParam = (LPARAM) (LPCSTR) lpszBuffer; // address of buffer
The return value is the length of the string, in bytes, excluding the terminating null character. If the index parameter does not specify a valid index, the return value is CB_ERR.
If you create the combo box with an owner-drawn style but without the CBS_HASSTRINGS style, the buffer pointed to by the lpszBuffer parameter of the message receives the 32-bit value associated with the item (the item data).
file: /Techref/os/win/api/win32/mess/src/msg01_24.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 15:52,
18.116.51.102:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/mess/src/msg01_24.htm"> CB_GETLBTEXT</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.