BOOL CBCGPShellTree::GetItemPath | ( | CString & | strPath, |
HTREEITEM | htreeItem = NULL |
||
) | const |
Retrieves an item path.
Call this member function to retrieve the textual path according to provided HTREEITEM.
strPath | A reference to string that will contain an item path. |
htreeItem | Specifies a tree control item whose path to be retrieved. |