Home
last modified time | relevance | path

Searched refs:dwAttr (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/win32/shlwapi/
H A Dpath.c1700 DWORD dwAttr; in PathIsDirectoryA() local
1725 DWORD dwAttr; in PathIsDirectoryW() local
1758 DWORD dwAttr; in PathFileExistsA() local
1780 DWORD dwAttr; in PathFileExistsW() local
1813 if (dwAttr) in PathFileExistsAndAttributesA()
1822 if (dwAttr) in PathFileExistsAndAttributesA()
1823 *dwAttr = dwVal; in PathFileExistsAndAttributesA()
1845 if (dwAttr) in PathFileExistsAndAttributesW()
1846 *dwAttr = dwVal; in PathFileExistsAndAttributesW()
3651 DWORD dwAttr; in PathUnmakeSystemFolderA() local
[all …]
/reactos/base/applications/rapps/
H A Dsettingsdlg.cpp194 DWORD dwAttr; in SettingsDlgProc() local
216 dwAttr = GetFileAttributesW(szDir); in SettingsDlgProc()
217 if (dwAttr != INVALID_FILE_ATTRIBUTES && (dwAttr & FILE_ATTRIBUTE_DIRECTORY)) in SettingsDlgProc()
/reactos/dll/win32/shell32/
H A Dshlfileop.cpp456 DWORD dwAttr = GetFileAttributesW(path); in SHNotifyRemoveDirectoryW() local
457 if (IsAttrib(dwAttr, FILE_ATTRIBUTE_READONLY)) in SHNotifyRemoveDirectoryW()
458 if (SetFileAttributesW(path, dwAttr & ~FILE_ATTRIBUTE_READONLY)) in SHNotifyRemoveDirectoryW()
631 DWORD dwAttr = GetFileAttributesW(path); in SHNotifyDeleteFileW() local
731 DWORD dwAttr; in SHNotifyMoveFileW() local
733 dwAttr = SHFindAttrW(dest, FALSE); in SHNotifyMoveFileW()
734 if (INVALID_FILE_ATTRIBUTES == dwAttr) in SHNotifyMoveFileW()
737 dwAttr = GetFileAttributesW(src); in SHNotifyMoveFileW()
973 DWORD dwAttr = INVALID_FILE_ATTRIBUTES; in SHFindAttrW() local
983 dwAttr = wfd.dwFileAttributes; in SHFindAttrW()
[all …]
H A Dutils.cpp449 _In_ DWORD dwAttr) in PathIsSlowA() argument
451 TRACE("(%s, 0x%X)\n", debugstr_a(pszFile), dwAttr); in PathIsSlowA()
453 return PathIsSlowW(strFileW, dwAttr); in PathIsSlowA()
H A Dstubs.cpp936 _In_ DWORD dwAttr) in PathIsSlowW() argument
H A DCDefView.cpp2738 DWORD dwAttr = SFGAO_CANRENAME; in OnNotify() local
2743 m_pSFParent->GetAttributesOf(1, &pidl, &dwAttr); in OnNotify()
2744 if (SFGAO_CANRENAME & dwAttr) in OnNotify()
2750 if (!(dwAttr & SFGAO_FOLDER) && (dwAttr & SFGAO_FILESYSTEM) && in OnNotify()
/reactos/dll/win32/shell32/dialogs/
H A Dfiledefext.cpp767 DWORD dwAttr = GetFileAttributesW(pFileDefExt->m_wszPath); in GeneralPageProc() local
768 if (dwAttr) in GeneralPageProc()
770dwAttr &= ~(FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_HIDDEN|FILE_ATTRIBUTE_ARCHIVE); in GeneralPageProc()
773 dwAttr |= FILE_ATTRIBUTE_READONLY; in GeneralPageProc()
775 dwAttr |= FILE_ATTRIBUTE_HIDDEN; in GeneralPageProc()
777 dwAttr |= FILE_ATTRIBUTE_ARCHIVE; in GeneralPageProc()
779 if (!SetFileAttributesW(pFileDefExt->m_wszPath, dwAttr)) in GeneralPageProc()
/reactos/modules/rostests/apitests/mspatcha/
H A Dmspatcha.c166 DWORD dwAttr = (bWrite ? FILE_ATTRIBUTE_NORMAL : FILE_ATTRIBUTE_READONLY); in open_file() local
168 dwAttr, NULL); in open_file()
/reactos/dll/win32/shdocvw/
H A DCNSCBand.cpp769 DWORD dwAttr = SFGAO_CANRENAME; in OnBeginLabelEdit() local
782 hr = pParent->GetAttributesOf(1, &pChild, &dwAttr); in OnBeginLabelEdit()
783 if (SUCCEEDED(hr) && (dwAttr & SFGAO_CANRENAME)) in OnBeginLabelEdit()
/reactos/sdk/include/psdk/
H A Dshlwapi.h927 BOOL WINAPI PathFileExistsAndAttributesA(LPCSTR lpszPath,DWORD* dwAttr);
928 BOOL WINAPI PathFileExistsAndAttributesW(LPCWSTR lpszPath,DWORD* dwAttr);
H A Dshlobj.h221 _In_ DWORD dwAttr);
226 _In_ DWORD dwAttr);