Contents Index Topic Contents | ||
Previous Topic: CBEM_GETIMAGELIST Next Topic: CBEM_GETUNICODEFORMAT |
CBEM_GETITEM
CBEM_GETITEM wParam = 0; lParam = (LPARAM)(PCOMBOBOXEXITEM) pCBItem;Retrieves item information for a given ComboBoxEx item.
- Returns nonzero if successful, or zero otherwise.
- pCBItem
- Address of a COMBOBOXEXITEM structure that will receive the item information. When the message is sent, the iItem and mask members of the structure must be set to indicate the index of the target item and the type of information to be retrieved. Setting the iItem member to -1 will retrieve the item displayed in the edit control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.