Searched refs:dwAttr (Results 1 – 11 of 11) sorted by relevance
/reactos/dll/win32/shlwapi/ |
H A D | path.c | 1700 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 D | settingsdlg.cpp | 194 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 D | shlfileop.cpp | 456 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 D | utils.cpp | 449 _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 D | stubs.cpp | 936 _In_ DWORD dwAttr) in PathIsSlowW() argument
|
H A D | CDefView.cpp | 2738 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 D | filedefext.cpp | 767 DWORD dwAttr = GetFileAttributesW(pFileDefExt->m_wszPath); in GeneralPageProc() local 768 if (dwAttr) in GeneralPageProc() 770 … dwAttr &= ~(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 D | mspatcha.c | 166 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 D | CNSCBand.cpp | 769 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 D | shlwapi.h | 927 BOOL WINAPI PathFileExistsAndAttributesA(LPCSTR lpszPath,DWORD* dwAttr); 928 BOOL WINAPI PathFileExistsAndAttributesW(LPCWSTR lpszPath,DWORD* dwAttr);
|
H A D | shlobj.h | 221 _In_ DWORD dwAttr); 226 _In_ DWORD dwAttr);
|