Searched refs:fileAttributes (Results 1 – 2 of 2) sorted by relevance
123 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) in MySetFileAttributes() argument125 if (::SetFileAttributes(fileName, fileAttributes)) in MySetFileAttributes()130 return BOOLToBool(::SetFileAttributesW(longPath, fileAttributes)); in MySetFileAttributes()172 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) in MySetFileAttributes() argument175 return MySetFileAttributes(GetSysPath(fileName), fileAttributes); in MySetFileAttributes()176 if (::SetFileAttributesW(fileName, fileAttributes)) in MySetFileAttributes()181 return BOOLToBool(::SetFileAttributesW(longPath, fileAttributes)); in MySetFileAttributes()
26 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes);35 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes);