ListView_SetTileInfo macro
Sets information for an existing tile of a list-view control. You can use this macro or send the LVM_SETTILEINFO message explicitly.
Syntax
BOOL ListView_SetTileInfo( HWND hwnd, PLVTILEINFO plvtinfo );
Parameters
- hwnd
-
Type: HWND
A handle to the list-view control.
- plvtinfo
-
Type: PLVTILEINFO
A pointer an LVTILEINFO structure that contains the information to set.
Return value
Returns TRUE if successful, or FALSE otherwise.Remarks
To use ListView_SetTileInfo, specify Comctl32.dll version 6 in the manifest. For more information on manifests, see Enabling Visual Styles.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 10/27/2012
