HomeSort by relevance Sort by last modified time
    Searched refs:HRESULT_FROM_WIN32 (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mdcommsg.h 9 #define RETURNCODETOHRESULT(rc) (((rc) < 0x10000) ? HRESULT_FROM_WIN32(rc) : (rc))
corerror.h 39 #define COR_E_ARITHMETIC HRESULT_FROM_WIN32(ERROR_ARITHMETIC_OVERFLOW)
40 #define COR_E_STACKOVERFLOW HRESULT_FROM_WIN32(ERROR_STACK_OVERFLOW)
41 #define COR_E_ENDOFSTREAM HRESULT_FROM_WIN32(ERROR_HANDLE_EOF)
42 #define COR_E_FILENOTFOUND HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)
43 #define COR_E_BAD_PATHNAME HRESULT_FROM_WIN32(ERROR_BAD_PATHNAME)
44 #define COR_E_DIRECTORYNOTFOUND HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND)
45 #define COR_E_PATHTOOLONG HRESULT_FROM_WIN32(ERROR_FILENAME_EXCED_RANGE)
wincred.h 78 #define CREDUIP_IS_USER_PASSWORD_ERROR(_Status) ((_Status)==ERROR_LOGON_FAILURE || (_Status)==HRESULT_FROM_WIN32(ERROR_LOGON_FAILURE) || (_Status)==STATUS_LOGON_FAILURE || (_Status)==HRESULT_FROM_NT(STATUS_LOGON_FAILURE) || (_Status)==ERROR_ACCESS_DENIED || (_Status)==HRESULT_FROM_WIN32(ERROR_ACCESS_DENIED) || (_Status)==STATUS_ACCESS_DENIED || (_Status)==HRESULT_FROM_NT(STATUS_ACCESS_DENIED) || (_Status)==ERROR_INVALID_PASSWORD || (_Status)==HRESULT_FROM_WIN32(ERROR_INVALID_PASSWORD) || (_Status)==STATUS_WRONG_PASSWORD || (_Status)==HRESULT_FROM_NT(STATUS_WRONG_PASSWORD) || (_Status)==SEC_E_NO_CREDENTIALS || (_Status)==SEC_E_LOGON_DENIED)
79 #define CREDUIP_IS_DOWNGRADE_ERROR(_Status) ((_Status)==ERROR_DOWNGRADE_DETECTED || (_Status)==HRESULT_FROM_WIN32(ERROR_DOWNGRADE_DETECTED) || (_Status)==STATUS_DOWNGRADE_DETECTED || (_Status)==HRESULT_FROM_NT(STATUS_DOWNGRADE_DETECTED))
80 #define CREDUIP_IS_EXPIRED_ERROR(_Status) ((_Status)==ERROR_PASSWORD_EXPIRED || (_Status)==HRESULT_FROM_WIN32(ERROR_PASSWORD_EXPIRED) || (_Status)==STATUS_PASSWORD_EXPIRED || (_Status)==HRESULT_FROM_NT(STATUS_PASSWORD_EXPIRED) || (_Status)==ERROR_PASSWORD_MUST_CHANGE || (_Status)==HRESULT_FROM_WIN32(ERROR_PASSWORD_MUST_CHANGE) || (_Status)==STATUS_PASSWORD_MUST_CHANGE || (_Status)==HRESULT_FROM_NT(STATUS_PASSWORD_MUST_CHANGE) || (_Status)==NERR_PasswordExpired || (_Status)==HRESULT_FROM_WIN32(NERR_PasswordExpired))
82 #define CREDUI_NO_PROMPT_AUTHENTICATION_ERROR(_Status) ((_Status)==ERROR_AUTHENTICATION_FIREWALL_FAILED || (_Status)==HRESULT_FROM_WIN32(ERROR_AUTHENTICATION_FIREWALL_FAILED) || (_Status)==STATUS_AUTHENTICATION_FIREWALL_FAILED || (_Status)==HRESULT_FROM_NT(STATUS_AUTHENTICATION_FIREWALL_FAILED) || (_Status)==ERROR_ACCOUNT_DISABLED || (_Status)==HRESULT_FROM_WIN32(ERROR_ACCOUNT_DISABLED) || (_Status)==STATUS_ACCOUNT_DISABLED || (_Status)==HRESULT_FROM_NT(STATUS_ACCOUNT_DISABLED) || (_Status)==ERROR_ACCOUNT_RESTRICTION || (_Status)==HRESULT_FROM_WIN32(ERROR_ACCOUNT_RESTRICTION) || (_Status)==STATUS_ACCOUNT_RESTRICTION || (_Status)==HRESULT_FROM_NT( (…)
    [all...]
comip.h 226 if(destSize==0) return HRESULT_FROM_WIN32(GetLastError());
232 return HRESULT_FROM_WIN32(GetLastError());
269 if(MultiByteToWideChar(CP_ACP,0,clsidStringA,size,clsidStringW,destSize)==0) return HRESULT_FROM_WIN32(GetLastError());
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWrite.cpp 29 HRESULT hr = HRESULT_FROM_WIN32(GetLastError());
58 HRM(HRESULT_FROM_WIN32(GetLastError()),
64 HRM(HRESULT_FROM_WIN32(GetLastError()), "Could not convert wchar to utf-8.");
77 HRM(HRESULT_FROM_WIN32(GetLastError()),
84 HRM(HRESULT_FROM_WIN32(GetLastError()), "Could not convert utf-8 to wchar.");
118 HRESULT hr = HRESULT_FROM_WIN32(GetLastError());
  /external/skia/src/utils/win/
SkDWrite.cpp 29 HRESULT hr = HRESULT_FROM_WIN32(GetLastError());
58 HRM(HRESULT_FROM_WIN32(GetLastError()),
64 HRM(HRESULT_FROM_WIN32(GetLastError()), "Could not convert wchar to utf-8.");
73 HRM(HRESULT_FROM_WIN32(GetLastError()),
88 HRM(HRESULT_FROM_WIN32(GetLastError()), "Could not convert utf-8 to wchar.");
123 HRESULT hr = HRESULT_FROM_WIN32(GetLastError());
  /external/chromium_org/base/win/
event_trace_consumer.h 97 return HRESULT_FROM_WIN32(::GetLastError());
113 return HRESULT_FROM_WIN32(::GetLastError());
125 return HRESULT_FROM_WIN32(err);
136 if (FAILED(HRESULT_FROM_WIN32(ret)))
137 hr = HRESULT_FROM_WIN32(ret);
event_trace_controller.cc 98 return HRESULT_FROM_WIN32(error);
103 return HRESULT_FROM_WIN32(error);
114 return HRESULT_FROM_WIN32(error);
129 return HRESULT_FROM_WIN32(error);
138 return HRESULT_FROM_WIN32(err);
145 return HRESULT_FROM_WIN32(err);
153 return HRESULT_FROM_WIN32(err);
161 return HRESULT_FROM_WIN32(err);
169 return HRESULT_FROM_WIN32(err);
event_trace_consumer_unittest.cc 156 return HRESULT_FROM_WIN32(::GetLastError());
173 return HRESULT_FROM_WIN32(::GetLastError());
184 return HRESULT_FROM_WIN32(::GetLastError());
191 return HRESULT_FROM_WIN32(::GetLastError());
  /external/chromium_org/remoting/host/win/
elevated_controller.cc 112 return HRESULT_FROM_WIN32(error);
120 return HRESULT_FROM_WIN32(error);
154 return HRESULT_FROM_WIN32(error);
176 return HRESULT_FROM_WIN32(error);
184 return HRESULT_FROM_WIN32(error);
201 return HRESULT_FROM_WIN32(error);
243 return HRESULT_FROM_WIN32(error);
356 return HRESULT_FROM_WIN32(ERROR_ACCESS_DENIED);
392 return HRESULT_FROM_WIN32(error);
402 return HRESULT_FROM_WIN32(error)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
win32regkey.cc 226 HRESULT hr = HRESULT_FROM_WIN32(res);
227 if (hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND) ||
228 hr == HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND)) {
238 HRESULT hr = HRESULT_FROM_WIN32(res);
239 if (hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND) ||
240 hr == HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND)) {
250 hr = HRESULT_FROM_WIN32(res);
270 HRESULT hr = HRESULT_FROM_WIN32(res);
294 HRESULT hr = HRESULT_FROM_WIN32(res);
328 return HRESULT_FROM_WIN32(res)
    [all...]
win32regkey_unittest.cc 198 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
378 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
388 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
467 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
winfirewall.cc 104 } else if (hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)) {
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 108 return HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND);
126 return HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND);
145 return HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED);
156 return HRESULT_FROM_WIN32(exit_code);
166 return HRESULT_FROM_WIN32(ERROR_ACCESS_DENIED);
253 return HRESULT_FROM_WIN32(ERROR_CANNOT_MAKE);
273 return HRESULT_FROM_WIN32(ERROR_BAD_DRIVER);
395 return HRESULT_FROM_WIN32(ERROR_OLD_WIN_VERSION);
412 result != HRESULT_FROM_WIN32(ERROR_PRINTER_ALREADY_EXISTS)) {
511 return HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND)
    [all...]
  /external/chromium_org/cloud_print/common/win/
cloud_print_utils.cc 23 return error_code ? HRESULT_FROM_WIN32(error_code) : E_FAIL;
  /external/chromium_org/chrome/installer/util/
delete_after_reboot_helper.cc 276 return HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND);
290 return HRESULT_FROM_WIN32(result);
295 return HRESULT_FROM_WIN32(result);
315 return HRESULT_FROM_WIN32(result);
349 if (hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)) {
delete_after_reboot_helper_unittest.cc 185 EXPECT_TRUE(hr == S_OK || hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
242 EXPECT_TRUE(hr == S_OK || hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
  /external/chromium_org/device/bluetooth/
bluetooth_low_energy_win.cc 103 HRESULT hr = HRESULT_FROM_WIN32(GetLastError());
104 if (hr != HRESULT_FROM_WIN32(ERROR_INSUFFICIENT_BUFFER)) {
123 CheckHResult(HRESULT_FROM_WIN32(GetLastError()), message, error);
131 if (hr == HRESULT_FROM_WIN32(ERROR_NOT_FOUND))
146 if (hr != HRESULT_FROM_WIN32(ERROR_MORE_DATA)) {
495 HRESULT hr = HRESULT_FROM_WIN32(GetLastError());
496 if (hr == HRESULT_FROM_WIN32(ERROR_NO_MORE_ITEMS)) {
518 return HRESULT_FROM_WIN32(::GetLastError());
532 return HRESULT_FROM_WIN32(::GetLastError());
  /external/chromium_org/chrome/test/logging/win/
file_logger.cc 141 hr != HRESULT_FROM_WIN32(ERROR_WMI_INSTANCE_NOT_FOUND))
162 if (hr == HRESULT_FROM_WIN32(ERROR_ACCESS_DENIED)) {
  /external/chromium_org/rlz/win/lib/
process_info.cc 98 return HRESULT_FROM_WIN32(GetLastError());
106 return HRESULT_FROM_WIN32(GetLastError());
  /external/chromium_org/win8/delegate_execute/
delegate_execute.cc 139 int error = HRESULT_FROM_WIN32(::GetLastError());
168 int error = HRESULT_FROM_WIN32(::GetLastError());
  /external/chromium_org/remoting/host/setup/
daemon_installer_win.cc 283 Done(HRESULT_FROM_WIN32(result));
291 Done(HRESULT_FROM_WIN32(result));
305 Done(HRESULT_FROM_WIN32(result));
311 Done(HRESULT_FROM_WIN32(result));
daemon_controller_delegate_win.cc 120 } else if (hr == HRESULT_FROM_WIN32(ERROR_CANCELLED)) {
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 166 return HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND);
251 return HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND);
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 86 hr = HRESULT_FROM_WIN32(ERROR_EMPTY);

Completed in 771 milliseconds

1 2