Searched refs:m_pszPath (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/shell32/shelldesktop/ |
H A D | CDirectoryList.h | 11 CDirectoryItem() : m_pszPath(NULL) in CDirectoryItem() 17 m_pszPath = _wcsdup(pszPath); in CDirectoryItem() 21 : m_pszPath(_wcsdup(item.m_pszPath)) in CDirectoryItem() 29 free(m_pszPath); 30 m_pszPath = _wcsdup(item.m_pszPath); 37 free(m_pszPath); in ~CDirectoryItem() 42 return m_pszPath == NULL; in IsEmpty() 47 return m_pszPath; in GetPath() 52 free(m_pszPath); in SetPath() 53 m_pszPath = _wcsdup(pszPath); in SetPath() [all …]
|
/reactos/dll/win32/shlwapi/ |
H A D | propbag.cpp | 1208 LPWSTR m_pszPath = NULL; member in CViewStatePropertyBag 1293 ::LocalFree(m_pszPath); in ~CViewStatePropertyBag() 1329 m_pszPath = StrDupW(pszPath); in Init() 1330 if (!m_pszPath) in Init() 1405 return StrCmpW(m_pszPath, L"Desktop") == 0; in _CanAccessUpgradeBag() 1602 m_pszPath); in _FindNearestInheritBag() 1617 _CreateBag(m_pidl, m_pszPath, m_dwVspbFlags, dwMode, riid, &m_pReadBag); in _EnsureReadBag() 1627 _CreateBag(m_pidl, m_pszPath, SHGVSPB_FOLDER, dwMode, riid, &m_pPidlBag); in _EnsurePidlBag() 1657 _CreateBag(NULL, m_pszPath, SHGVSPB_USERDEFAULTS, dwMode, riid, &m_pUserDefaultsBag); in _EnsureUserDefaultsBag() 1669 _CreateBag(m_pidl, m_pszPath, SHGVSPB_PERFOLDER | SHGVSPB_ALLUSERS, in _EnsureFolderDefaultsBag() [all …]
|