Home
last modified time | relevance | path

Searched refs:HRESULT_FROM_WIN32 (Results 1 – 25 of 924) sorted by relevance

12345678910>>...37

/dports/deskutils/nextcloudclient/desktop-3.4.1/shell_integration/windows/NCOverlays/
H A DNCOverlayRegistrationHandler.cpp67 …hResult = HRESULT_FROM_WIN32(RegOpenKeyEx(HKEY_LOCAL_MACHINE, REGISTRY_OVERLAY_KEY, 0, KEY_WRITE, … in RemoveRegistryEntries()
74 hResult = HRESULT_FROM_WIN32(RegDeleteKey(shellOverlayKey, friendlyName)); in RemoveRegistryEntries()
93 …hResult = HRESULT_FROM_WIN32(RegOpenKeyEx(HKEY_CLASSES_ROOT, REGISTRY_CLSID, 0, KEY_WRITE, &hKey)); in RegisterCOMObject()
99 …hResult = HRESULT_FROM_WIN32(RegCreateKeyEx(hKey, stringCLSID, 0, nullptr, REG_OPTION_NON_VOLATILE… in RegisterCOMObject()
104 …hResult = HRESULT_FROM_WIN32(RegSetValue(clsidKey, nullptr, REG_SZ, friendlyName, (DWORD) wcslen(f… in RegisterCOMObject()
112 …hResult = HRESULT_FROM_WIN32(RegSetValue(inprocessKey, nullptr, REG_SZ, modulePath, (DWORD) wcslen… in RegisterCOMObject()
144 hResult = HRESULT_FROM_WIN32(RegOpenKeyEx(HKEY_CLASSES_ROOT, REGISTRY_CLSID, 0, DELETE, &hKey)); in UnregisterCOMObject()
150 hResult = HRESULT_FROM_WIN32(RegOpenKeyEx(hKey, stringCLSID, 0, DELETE, &clsidKey)); in UnregisterCOMObject()
155 hResult = HRESULT_FROM_WIN32(RegDeleteKey(clsidKey, REGISTRY_IN_PROCESS)); in UnregisterCOMObject()
160 hResult = HRESULT_FROM_WIN32(RegDeleteKey(clsidKey, REGISTRY_VERSION)); in UnregisterCOMObject()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/io/
H A Dsw_error.hpp116 #define VFX_ERR_FILE_NOT_FOUND HRESULT_FROM_WIN32(MMIOERR_FILENOTFOUND)
118 #define VFX_ERR_FILE_CANNOT_OPEN HRESULT_FROM_WIN32(MMIOERR_CANNOTOPEN)
119 #define VFX_ERR_FILE_CANNOT_CLOSE HRESULT_FROM_WIN32(MMIOERR_CANNOTCLOSE)
120 #define VFX_ERR_FILE_CANNOT_READ HRESULT_FROM_WIN32(MMIOERR_CANNOTREAD)
121 #define VFX_ERR_FILE_CANNOT_WRITE HRESULT_FROM_WIN32(MMIOERR_CANNOTWRITE)
122 #define VFX_ERR_FILE_CANNOT_SEEK HRESULT_FROM_WIN32(MMIOERR_CANNOTSEEK)
125 #define VFX_ERR_FILE_ACCESS_DENIED HRESULT_FROM_WIN32(MMIOERR_ACCESSDENIED)
126 #define VFX_ERR_FILE_SHARING_VIOLATION HRESULT_FROM_WIN32(MMIOERR_SHARINGVIOLATION)
127 #define VFX_ERR_FILE_NETWORK_ERROR HRESULT_FROM_WIN32(MMIOERR_NETWORKERROR)
128 #define VFX_ERR_FILE_TOO_MANY_OPEN_FILES HRESULT_FROM_WIN32(MMIOERR_TOOMANYOPENFILES)
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/shell_integration/windows/OCOverlays/
H A DOCOverlayRegistrationHandler.cpp60 …hResult = HRESULT_FROM_WIN32(RegOpenKeyEx(HKEY_LOCAL_MACHINE, REGISTRY_OVERLAY_KEY, 0, KEY_WRITE, … in RemoveRegistryEntries()
67 hResult = HRESULT_FROM_WIN32(RegDeleteKey(shellOverlayKey, friendlyName)); in RemoveRegistryEntries()
86 …hResult = HRESULT_FROM_WIN32(RegOpenKeyEx(HKEY_CLASSES_ROOT, REGISTRY_CLSID, 0, KEY_WRITE, &hKey)); in RegisterCOMObject()
92 …hResult = HRESULT_FROM_WIN32(RegCreateKeyEx(hKey, stringCLSID, 0, NULL, REG_OPTION_NON_VOLATILE, K… in RegisterCOMObject()
97 …hResult = HRESULT_FROM_WIN32(RegSetValue(clsidKey, NULL, REG_SZ, friendlyName, (DWORD) wcslen(frie… in RegisterCOMObject()
100 …hResult = HRESULT_FROM_WIN32(RegCreateKeyEx(clsidKey, REGISTRY_IN_PROCESS, 0, NULL, REG_OPTION_NON… in RegisterCOMObject()
105 …hResult = HRESULT_FROM_WIN32(RegSetValue(inprocessKey, NULL, REG_SZ, modulePath, (DWORD) wcslen(mo… in RegisterCOMObject()
131 hResult = HRESULT_FROM_WIN32(RegOpenKeyEx(HKEY_CLASSES_ROOT, REGISTRY_CLSID, 0, DELETE, &hKey)); in UnregisterCOMObject()
137 hResult = HRESULT_FROM_WIN32(RegOpenKeyEx(hKey, stringCLSID, 0, DELETE, &clsidKey)); in UnregisterCOMObject()
142 hResult = HRESULT_FROM_WIN32(RegDeleteKey(clsidKey, REGISTRY_IN_PROCESS)); in UnregisterCOMObject()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/test/
H A DTestTypes.c79 hr = HRESULT_FROM_WIN32(ERROR_SUCCESS); in TestTypes()
82 hr = HRESULT_FROM_WIN32(ERROR_INVALID_FUNCTION); in TestTypes()
85 hr = HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED); in TestTypes()
88 hr = HRESULT_FROM_WIN32(ERROR_NOACCESS); in TestTypes()
91 hr = HRESULT_FROM_WIN32(ERROR_NOT_FOUND); in TestTypes()
94 hr = HRESULT_FROM_WIN32(ERROR_TIMEOUT); in TestTypes()
97 hr = HRESULT_FROM_WIN32(RPC_S_ZERO_DIVIDE); in TestTypes()
100 hr = HRESULT_FROM_WIN32(ERROR_STATIC_INIT); in TestTypes()
103 hr = HRESULT_FROM_WIN32(ERROR_ENCRYPTION_FAILED); in TestTypes()
106 hr = HRESULT_FROM_WIN32(WSAECANCELLED); in TestTypes()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/mscom/
H A DMainThreadRuntime.cpp85 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
93 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
100 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
107 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
116 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
121 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
128 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
135 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
155 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
161 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/oop/
H A DModule.cpp89 return HRESULT_FROM_WIN32(::GetLastError()); in Register()
97 return HRESULT_FROM_WIN32(::GetLastError()); in Register()
140 return HRESULT_FROM_WIN32(status); in Register()
150 return HRESULT_FROM_WIN32(status); in Register()
159 return HRESULT_FROM_WIN32(status); in Register()
168 return HRESULT_FROM_WIN32(status); in Register()
176 return HRESULT_FROM_WIN32(status); in Register()
193 return HRESULT_FROM_WIN32(status); in Register()
203 return HRESULT_FROM_WIN32(status); in Register()
245 return HRESULT_FROM_WIN32(status); in Deregister()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/oop/
H A DModule.cpp89 return HRESULT_FROM_WIN32(::GetLastError()); in Register()
97 return HRESULT_FROM_WIN32(::GetLastError()); in Register()
140 return HRESULT_FROM_WIN32(status); in Register()
150 return HRESULT_FROM_WIN32(status); in Register()
159 return HRESULT_FROM_WIN32(status); in Register()
168 return HRESULT_FROM_WIN32(status); in Register()
176 return HRESULT_FROM_WIN32(status); in Register()
193 return HRESULT_FROM_WIN32(status); in Register()
203 return HRESULT_FROM_WIN32(status); in Register()
245 return HRESULT_FROM_WIN32(status); in Deregister()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/credential_provider/gaiacp/
H A Dos_user_manager.cc54 return HRESULT_FROM_WIN32(nsts); in GetDomainControllerServerForDomain()
118 hr = HRESULT_FROM_WIN32(::GetLastError()); in GenerateRandomPassword()
226 return HRESULT_FROM_WIN32(nsts); in GetUserFullname()
280 return HRESULT_FROM_WIN32(nsts); in AddUser()
334 return HRESULT_FROM_WIN32(nsts); in SetDefaultPasswordChangePolicies()
360 return HRESULT_FROM_WIN32(nsts); in ChangeUserPassword()
374 return HRESULT_FROM_WIN32(nsts); in ChangeUserPassword()
432 return HRESULT_FROM_WIN32(nsts); in SetUserPassword()
463 return HRESULT_FROM_WIN32(nsts); in SetUserFullname()
589 hr = HRESULT_FROM_WIN32(::GetLastError()); in FindUserBySID()
[all …]
H A Dreg_utils.cc92 return HRESULT_FROM_WIN32(sts); in SetMachineRegDWORD()
96 return HRESULT_FROM_WIN32(sts); in SetMachineRegDWORD()
107 return HRESULT_FROM_WIN32(sts); in SetMachineRegString()
118 return HRESULT_FROM_WIN32(sts); in SetMachineRegString()
130 return HRESULT_FROM_WIN32(sts); in SetMachineRegBinaryInternal()
142 return HRESULT_FROM_WIN32(sts); in SetMachineRegBinaryInternal()
173 return HRESULT_FROM_WIN32(sts); in GetMachineRegDWORD()
177 return HRESULT_FROM_WIN32(sts); in GetMachineRegDWORD()
193 return HRESULT_FROM_WIN32(sts); in GetMachineRegString()
211 return HRESULT_FROM_WIN32(sts); in GetMachineRegString()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DProcessRuntime.cpp209 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
217 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
224 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
231 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
240 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
245 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
252 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
259 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
313 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
319 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
[all …]
/dports/www/firefox/firefox-99.0/ipc/mscom/oop/
H A DModule.cpp92 return HRESULT_FROM_WIN32(::GetLastError()); in Register()
100 return HRESULT_FROM_WIN32(::GetLastError()); in Register()
156 return HRESULT_FROM_WIN32(status); in Register()
166 return HRESULT_FROM_WIN32(status); in Register()
181 return HRESULT_FROM_WIN32(status); in Register()
190 return HRESULT_FROM_WIN32(status); in Register()
198 return HRESULT_FROM_WIN32(status); in Register()
215 return HRESULT_FROM_WIN32(status); in Register()
225 return HRESULT_FROM_WIN32(status); in Register()
269 return HRESULT_FROM_WIN32(status); in Deregister()
[all …]
/dports/devel/msbuild/.nuget/packages/microbuild.plugins.swixbuild/1.0.147/tools/bin/sdk/inc/
H A Ddutil.h92 #define ExitFunctionWithLastError(x) { x = HRESULT_FROM_WIN32(::GetLastError()); goto LExit; }
143 #define E_FILENOTFOUND HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)
144 #define E_PATHNOTFOUND HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND)
145 #define E_INVALIDDATA HRESULT_FROM_WIN32(ERROR_INVALID_DATA)
146 #define E_INVALIDSTATE HRESULT_FROM_WIN32(ERROR_INVALID_STATE)
147 #define E_INSUFFICIENT_BUFFER HRESULT_FROM_WIN32(ERROR_INSUFFICIENT_BUFFER)
148 #define E_MOREDATA HRESULT_FROM_WIN32(ERROR_MORE_DATA)
149 #define E_NOMOREITEMS HRESULT_FROM_WIN32(ERROR_NO_MORE_ITEMS)
150 #define E_NOTFOUND HRESULT_FROM_WIN32(ERROR_NOT_FOUND)
151 #define E_MODNOTFOUND HRESULT_FROM_WIN32(ERROR_MOD_NOT_FOUND)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DMainThreadRuntime.cpp141 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
149 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
156 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
163 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
172 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
177 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
184 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
191 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
216 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
222 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DProcessRuntime.cpp333 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
341 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
348 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
355 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
364 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
369 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
376 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
383 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
439 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
445 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DProcessRuntime.cpp333 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
341 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
348 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
355 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
364 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
369 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
376 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
383 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
439 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
445 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
[all …]
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DProcessRuntime.cpp350 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
358 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
365 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
372 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
381 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
386 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
393 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
400 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
456 return HRESULT_FROM_WIN32(win32Error); in InitializeSecurity()
462 return HRESULT_FROM_WIN32(::GetLastError()); in InitializeSecurity()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/credential_provider/setup/
H A Dsetup_utils.cc160 HRESULT hr = HRESULT_FROM_WIN32(status); in AddUninstallKey()
172 HRESULT hr = HRESULT_FROM_WIN32(status); in AddUninstallKey()
181 HRESULT hr = HRESULT_FROM_WIN32(status); in AddUninstallKey()
189 HRESULT hr = HRESULT_FROM_WIN32(status); in AddUninstallKey()
200 HRESULT hr = HRESULT_FROM_WIN32(status); in AddUninstallKey()
208 HRESULT hr = HRESULT_FROM_WIN32(status); in AddUninstallKey()
215 HRESULT hr = HRESULT_FROM_WIN32(status); in AddUninstallKey()
222 HRESULT hr = HRESULT_FROM_WIN32(status); in AddUninstallKey()
230 HRESULT hr = HRESULT_FROM_WIN32(status); in AddUninstallKey()
241 HRESULT hr = HRESULT_FROM_WIN32(status); in AddUninstallKey()
[all …]
H A Dsetup_lib.cc51 HRESULT hr = HRESULT_FROM_WIN32(::GetLastError()); in CreateInstallDirectory()
73 HRESULT hr = HRESULT_FROM_WIN32(::GetLastError()); in InstallFiles()
165 return HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND); in DoInstall()
173 HRESULT hr = HRESULT_FROM_WIN32(::GetLastError()); in DoInstall()
220 return HRESULT_FROM_WIN32(error_code); in DoInstall()
262 has_failures |= FAILED(HRESULT_FROM_WIN32( in DoUninstall()
345 HRESULT hr = HRESULT_FROM_WIN32(status); in WriteUninstallRegistryValues()
353 HRESULT hr = HRESULT_FROM_WIN32(status); in WriteUninstallRegistryValues()
365 HRESULT hr = HRESULT_FROM_WIN32(status); in WriteUninstallRegistryValues()
372 return HRESULT_FROM_WIN32(status); in WriteUninstallRegistryValues()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dwin32regkey.cc250 hr = HRESULT_FROM_WIN32(res); in Close()
328 return HRESULT_FROM_WIN32(res); in Save()
353 return HRESULT_FROM_WIN32(res); in Restore()
377 hr = HRESULT_FROM_WIN32(res); in FlushKey()
688 return HRESULT_FROM_WIN32(res); in SetValue()
698 return HRESULT_FROM_WIN32(res); in SetValue()
710 return HRESULT_FROM_WIN32(res); in SetValue()
726 return HRESULT_FROM_WIN32(res); in SetValue()
738 return HRESULT_FROM_WIN32(res); in SetValue()
1007 return HRESULT_FROM_WIN32(res); in GetValueNameAt()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dwin32regkey.cc267 hr = HRESULT_FROM_WIN32(res); in Close()
345 return HRESULT_FROM_WIN32(res); in Save()
370 return HRESULT_FROM_WIN32(res); in Restore()
394 hr = HRESULT_FROM_WIN32(res); in FlushKey()
705 return HRESULT_FROM_WIN32(res); in SetValue()
715 return HRESULT_FROM_WIN32(res); in SetValue()
727 return HRESULT_FROM_WIN32(res); in SetValue()
743 return HRESULT_FROM_WIN32(res); in SetValue()
755 return HRESULT_FROM_WIN32(res); in SetValue()
1023 return HRESULT_FROM_WIN32(res); in GetValueNameAt()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dwin32regkey.cc250 hr = HRESULT_FROM_WIN32(res); in Close()
328 return HRESULT_FROM_WIN32(res); in Save()
353 return HRESULT_FROM_WIN32(res); in Restore()
377 hr = HRESULT_FROM_WIN32(res); in FlushKey()
688 return HRESULT_FROM_WIN32(res); in SetValue()
698 return HRESULT_FROM_WIN32(res); in SetValue()
710 return HRESULT_FROM_WIN32(res); in SetValue()
726 return HRESULT_FROM_WIN32(res); in SetValue()
738 return HRESULT_FROM_WIN32(res); in SetValue()
1007 return HRESULT_FROM_WIN32(res); in GetValueNameAt()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Devent_trace_controller.cc97 return HRESULT_FROM_WIN32(error); in EnableProvider()
102 return HRESULT_FROM_WIN32(error); in DisableProvider()
113 return HRESULT_FROM_WIN32(error); in Stop()
128 return HRESULT_FROM_WIN32(error); in Flush()
138 return HRESULT_FROM_WIN32(err); in Start()
145 return HRESULT_FROM_WIN32(err); in Query()
153 return HRESULT_FROM_WIN32(err); in Update()
161 return HRESULT_FROM_WIN32(err); in Stop()
169 return HRESULT_FROM_WIN32(err); in Flush()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/defaultagent/
H A DRegistry.cpp68 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistryGetValueString()
83 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistryGetValueString()
92 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in RegistryGetValueString()
145 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistrySetValueString()
176 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistryGetValueBool()
203 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistrySetValueBool()
234 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistryGetValueQword()
261 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistrySetValueQword()
292 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistryGetValueDword()
319 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistrySetValueDword()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/defaultagent/
H A DRegistry.cpp68 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistryGetValueString()
83 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistryGetValueString()
92 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in RegistryGetValueString()
145 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistrySetValueString()
176 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistryGetValueBool()
203 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistrySetValueBool()
234 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistryGetValueQword()
261 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistrySetValueQword()
292 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistryGetValueDword()
319 HRESULT hr = HRESULT_FROM_WIN32(ls); in RegistrySetValueDword()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Devent_trace_controller.cc100 return HRESULT_FROM_WIN32(error); in EnableProvider()
105 return HRESULT_FROM_WIN32(error); in DisableProvider()
116 return HRESULT_FROM_WIN32(error); in Stop()
131 return HRESULT_FROM_WIN32(error); in Flush()
141 return HRESULT_FROM_WIN32(err); in Start()
148 return HRESULT_FROM_WIN32(err); in Query()
156 return HRESULT_FROM_WIN32(err); in Update()
164 return HRESULT_FROM_WIN32(err); in Stop()
172 return HRESULT_FROM_WIN32(err); in Flush()

12345678910>>...37