CMFCShellListCtrl::GetItemPath

检索项目的路径。

BOOL GetItemPath(
   CString& strPath,
   int iItem 
) const;

参数

  • [out] strPath
    用于接收路径的字符串的引用。

  • [in] iItem
    列表项的索引。

返回值

TRUE,如果成功;否则 FALSE。

备注

iItem 提供的索引从 CMFCShellListCtrl选件类 对象当前显示的项。

要求

标头: afxshelllistctrl.h

请参见

参考

CMFCShellListCtrl选件类

层次结构图