Retrieves information about a tile in a list view control.
To send this message, call the SendMessage function as follows.
lResult = SendMessage( // returns BOOL in lResult (HWND) hWndControl, // handle to destination control (UINT) LVM_GETTILEINFO, // message ID (WPARAM) wParam, // = 0; not used; must be zero (LPARAM) lParam // = (LPARAM) (LVTILEINFO) lvtinfo );
Parameters
- wParam
- [in] Must be zero.
- lvtinfo
- [in] LVTILEINFO structure that receives the retrieved information.
Return Value
Returns TRUE if successful, or FALSE otherwise.
Remarks
Tile view is a new way of arranging and displaying items in a list view control. The other views are: icon, small icon, details, and list.
Message Requirements
Header commctrl.h Minimum operating systems Windows NT Whistler