Home | History | Annotate | Download | only in Windows

Lines Matching full:dword

123 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes)

172 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes)
256 DWORD errorCode = ERROR_SUCCESS;
269 DWORD errorCode = GetLastError();
486 DWORD needLength = ::GetShortPathName(longPath, shortPath.GetBuffer(MAX_PATH + 1), MAX_PATH + 1);
528 DWORD needLength = ::GetFullPathName(fileName, MAX_PATH + 1, buffer, &fileNamePointer);
537 DWORD needLength2 = ::GetFullPathNameW(fileName, needLength, buffer, &fileNamePointer);
563 DWORD needLength = ::GetFullPathNameW(fileName, MAX_PATH + 1, buffer, &fileNamePointer);
572 DWORD needLength2 = ::GetFullPathNameW(fileName, needLength, buffer, &fileNamePointer);
639 DWORD needLength = ::GetCurrentDirectory(MAX_PATH + 1, path.GetBuffer(MAX_PATH + 1));
655 DWORD needLength = ::GetCurrentDirectoryW(MAX_PATH + 1, path.GetBuffer(MAX_PATH + 1));
671 DWORD value = ::SearchPath(path, fileName, extension,
686 DWORD value = ::SearchPathW(path, fileName, extension,
710 DWORD needLength = ::GetTempPath(MAX_PATH + 1, path.GetBuffer(MAX_PATH + 1));
721 DWORD needLength = ::GetTempPathW(MAX_PATH + 1, path.GetBuffer(MAX_PATH + 1));