CListCtrl::GetTileInfo

Retrieves information about a tile in a list view control.

BOOL GetTileInfo(
   PLVTILEINFO pti 
) const;

Parameters

  • pti
    A pointer to an LVTILEINFO structure that receives the tile information.

Return Value

The return value is not used.

Remarks

This member function emulates the functionality of the LVM_GETTILEINFO message, as described in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Reference

CListCtrl Class

Hierarchy Chart

Other Resources

CListCtrl Members