Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/dialogs/
H A Dfiledefext.cpp384 TRACE("path %s\n", debugstr_w(m_wszPath)); in InitFileType()
427 ERR("No icon %ls\n", m_wszPath); in InitFileType()
446 if (pwszFilename > m_wszPath) in InitFilePath()
450 StringCchCopyNW(wszLocation, _countof(wszLocation), m_wszPath, pwszFilename - m_wszPath); in InitFilePath()
514 TRACE("InitFileAttr %ls\n", m_wszPath); in InitFileAttr()
542 Success = GetFileAttributesExW(m_wszPath, in InitFileAttr()
647 if (!PathIsExeW(m_wszPath)) in InitGeneralPage()
1160 SetFileAttributesW(m_wszPath, attrs); in OnFolderCustApply()
1215 m_wszPath[0] = L'\0'; in CFileDefExt()
1252 if (!DragQueryFileW((HDROP)stgm.hGlobal, 0, m_wszPath, _countof(m_wszPath))) in Initialize()
[all …]
H A Dfiledefext.h80 WCHAR m_wszPath[MAX_PATH]; variable
/reactos/dll/win32/shell32/
H A DCOpenWithMenu.cpp1286 m_pAppList->LoadRecommended(m_wszPath); in QueryContextMenu()
1350 LPCWSTR pwszExt = PathFindExtensionW(m_wszPath); in InvokeCommand()
1352 info.pcszFile = m_wszPath; in InvokeCommand()
1371 COpenWithList::Execute(pApp, m_wszPath); in InvokeCommand()
1442 if (!SHGetPathFromIDListW(pidl, m_wszPath)) in Initialize()
1448 TRACE("szPath %s\n", debugstr_w(m_wszPath)); in Initialize()
1450 LPCWSTR pwszExt = PathFindExtensionW(m_wszPath); in Initialize()
H A DCOpenWithMenu.h36 WCHAR m_wszPath[MAX_PATH]; variable