CListCtrl::GetTileViewInfo

Retrieves information about a list view control in tile view.

BOOL GetTileViewInfo(
   PLVTILEVIEWINFO ptvi 
) const;

Parameters

  • ptvi
    A pointer to an LVTILEVIEWINFO structure that receives the retrieved information.

Return Value

The return value is not used.

Remarks

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

Requirements

Header: afxcmn.h

See Also

Reference

CListCtrl Class

Hierarchy Chart

Other Resources

CListCtrl Members