Lines Matching refs:result
62 DWORD result = ERROR_SUCCESS;
86 if (result == ERROR_SUCCESS)
87 result = this_result;
89 return result;
505 // GetMappedFileName() will fail if the result is longer than MAX_PATH.
601 BOOL result = ::WriteFile(file.Get(), data, size, &written, NULL);
602 if (result && static_cast<int>(written) == size)
605 if (!result) {
626 BOOL result = ::WriteFile(file.Get(), data, size, &written, NULL);
627 if (result && static_cast<int>(written) == size)