LM_GETITEM (Compact 2013)
3/28/2014
This message retrieves the states and attributes of an item.
Parameters
- hWnd
[in] Handle to the window whose window procedure will receive the message.
- Msg
[in] LM_GETITEM.
- wParam
[in] Must be NULL.
- lParam
[in, out] Points to a LITEM structure to be filled with information about the item. The item is specified in the LITEM.iLink member.
Return Values
Returns TRUE if the message succeeds in retrieving the values and attributes specified.
Remarks
Links can only be accessed through the numeric index in the iLink member of LITEM. Accessing the link through the ID name in the szID member is not supported.
This message is sent with the SendMessage function.
Requirements
Header |
commctrl.h |