Home
last modified time | relevance | path

Searched refs:m_sPathTarget (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/shell32/folders/
H A DCFSFolder.cpp556 m_sPathTarget = NULL; in CFSFolder()
566 SHFree(m_sPathTarget); in ~CFSFolder()
1511 m_sPathTarget) in GetDisplayNameOf()
1525 m_sPathTarget) in GetDisplayNameOf()
1575 PathCombineW(szSrc, m_sPathTarget, pszName); in SetNameOf()
1756 SHFree (m_sPathTarget); in Initialize()
1757 m_sPathTarget = NULL; in Initialize()
1762 hr = SHStrDupW(wszTemp, &m_sPathTarget); in Initialize()
1805 if (m_sPathTarget) in InitializeEx()
1806 __SHFreeAndNil(&m_sPathTarget); in InitializeEx()
[all …]
H A DCFSFolder.h27 … LPWSTR m_sPathTarget; /* complete path to target used for enumeration and ChangeNotify */ variable
/reactos/dll/win32/shell32/droptargets/
H A DCFSDropTarget.cpp109 ret = StringCchCopyW(wszDstPath, MAX_PATH, m_sPathTarget); in _CopyItems()
151 m_sPathTarget(NULL), in CFSDropTarget()
167 return SHStrDupW(PathTarget, &m_sPathTarget); in Initialize()
172 SHFree(m_sPathTarget); in ~CFSDropTarget()
399 if (!PathIsSameDrive(wstrFirstFile, m_sPathTarget) && m_dwDefaultEffect != D_LINK) in DragEnter()
609 TRACE("target path = %s\n", debugstr_w(m_sPathTarget)); in _DoDrop()
635 PathCombineW(wszCombined, m_sPathTarget, targetName); in _DoDrop()
710 wcscpy(wszTargetPath, m_sPathTarget); in _DoDrop()
H A DCFSDropTarget.h34 LPWSTR m_sPathTarget; variable