Home
last modified time | relevance | path

Searched refs:HRESULT_FROM_NT (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/credential_provider/gaiacp/
H A Dscoped_lsa_policy.cc45 HRESULT hr = HRESULT_FROM_NT(sts); in ScopedLsaPolicy()
74 HRESULT hr = HRESULT_FROM_NT(sts); in StorePrivateData()
87 HRESULT hr = HRESULT_FROM_NT(sts); in RemovePrivateData()
103 return HRESULT_FROM_NT(sts); in RetrievePrivateData()
140 HRESULT hr = HRESULT_FROM_NT(sts); in AddAccountRights()
161 HRESULT hr = HRESULT_FROM_NT(sts); in RemoveAccountRights()
165 if (hr != HRESULT_FROM_NT(STATUS_OBJECT_NAME_NOT_FOUND)) { in RemoveAccountRights()
182 HRESULT hr = HRESULT_FROM_NT(sts); in RemoveAccount()
H A Dos_process_manager.cc220 HRESULT hr = HRESULT_FROM_NT(sts); in AllowLogonSIDOnLocalBasedNamedObjects()
232 HRESULT hr = HRESULT_FROM_NT(err); in AllowLogonSIDOnLocalBasedNamedObjects()
254 HRESULT hr = HRESULT_FROM_NT(err); in AllowLogonSIDOnLocalBasedNamedObjects()
279 HRESULT hr = HRESULT_FROM_NT(err); in AllowLogonSIDOnWinSta0()
308 HRESULT hr = HRESULT_FROM_NT(err); in AllowLogonSIDOnWinSta0()
352 HRESULT hr = HRESULT_FROM_NT(err); in GetAndAllowLogonSIDOnDesktop()
379 HRESULT hr = HRESULT_FROM_NT(err); in GetAndAllowLogonSIDOnDesktop()
H A Dauth_utils.cc312 HRESULT hr = HRESULT_FROM_NT(status); in GetAuthenticationPackageId()
323 hr = HRESULT_FROM_NT(status); in GetAuthenticationPackageId()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwincred.h63HRESULT_FROM_NT(STATUS_LOGON_FAILURE) || (_Status)==ERROR_ACCESS_DENIED || (_Status)==HRESULT_FROM…
64 …RADE_DETECTED) || (_Status)==STATUS_DOWNGRADE_DETECTED || (_Status)==HRESULT_FROM_NT(STATUS_DOWNGR…
65HRESULT_FROM_NT(STATUS_PASSWORD_EXPIRED) || (_Status)==ERROR_PASSWORD_MUST_CHANGE || (_Status)==HR…
67HRESULT_FROM_NT(STATUS_AUTHENTICATION_FIREWALL_FAILED) || (_Status)==ERROR_ACCOUNT_DISABLED || (_S…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwincred.h63HRESULT_FROM_NT(STATUS_LOGON_FAILURE) || (_Status)==ERROR_ACCESS_DENIED || (_Status)==HRESULT_FROM…
64 …RADE_DETECTED) || (_Status)==STATUS_DOWNGRADE_DETECTED || (_Status)==HRESULT_FROM_NT(STATUS_DOWNGR…
65HRESULT_FROM_NT(STATUS_PASSWORD_EXPIRED) || (_Status)==ERROR_PASSWORD_MUST_CHANGE || (_Status)==HR…
67HRESULT_FROM_NT(STATUS_AUTHENTICATION_FIREWALL_FAILED) || (_Status)==ERROR_ACCOUNT_DISABLED || (_S…
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawincred.pas826 (_Status = HRESULT_FROM_NT(STATUS_LOGON_FAILURE)) or
830 (_Status = HRESULT_FROM_NT(STATUS_ACCESS_DENIED)) or
834 (_Status = HRESULT_FROM_NT(STATUS_WRONG_PASSWORD)) or
845 (_Status = HRESULT_FROM_NT(STATUS_DOWNGRADE_DETECTED))
854 (_Status = HRESULT_FROM_NT( STATUS_PASSWORD_EXPIRED)) or
858 (_Status = HRESULT_FROM_NT( STATUS_PASSWORD_MUST_CHANGE)) or
878 (_Status = HRESULT_FROM_NT(STATUS_ACCOUNT_DISABLED)) or
882 (_Status = HRESULT_FROM_NT(STATUS_ACCOUNT_RESTRICTION)) or
886 (_Status = HRESULT_FROM_NT(STATUS_ACCOUNT_LOCKED_OUT)) or
890 (_Status = HRESULT_FROM_NT(STATUS_ACCOUNT_EXPIRED)) or
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/arch/windows/
H A Dprocess_handles.c132 PyErr_SetFromWindowsErr(HRESULT_FROM_NT(status)); in psutil_get_open_files_ntqueryobject()
385 PyErr_SetFromWindowsErr(HRESULT_FROM_NT(status)); in psutil_get_open_files_getmappedfilename()
/dports/www/firefox-legacy/firefox-52.8.0esr/python/psutil/psutil/arch/windows/
H A Dprocess_handles.c133 PyErr_SetFromWindowsErr(HRESULT_FROM_NT(status)); in psutil_get_open_files_ntqueryobject()
395 PyErr_SetFromWindowsErr(HRESULT_FROM_NT(status)); in psutil_get_open_files_getmappedfilename()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qtcreatorcdbext/
H A Dcommon.cpp73 if (hr == HRESULT_FROM_NT(STATUS_CONTROL_C_EXIT)) in msgDebugEngineComResult()
/dports/sysutils/R-cran-ps/ps/src/arch/windows/
H A Dprocess_handles.c93 ps__set_error_from_windows_error(HRESULT_FROM_NT(status));
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Dref.hxx158 #define HRESULT_FROM_NT(x) ((HRESULT) ((x) | FACILITY_NT_BIT)) macro
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DWinHeaderOnlyUtils.h74 return WindowsError(HRESULT_FROM_NT(aNtStatus)); in FromNtStatus()
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/props/
H A Dutils.cxx905 sc = HRESULT_FROM_NT(nts); in NtStatusToScode()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DWinHeaderOnlyUtils.h91 return WindowsError(HRESULT_FROM_NT(aNtStatus)); in FromNtStatus()
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinerror.h690 #define HRESULT_FROM_NT(x) ((HRESULT)((x)|FACILITY_NT_BIT)) macro
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DWinHeaderOnlyUtils.h91 return WindowsError(HRESULT_FROM_NT(aNtStatus)); in FromNtStatus()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DWinHeaderOnlyUtils.h92 return WindowsError(HRESULT_FROM_NT(aNtStatus)); in FromNtStatus()
/dports/graphics/libemf/libemf-1.0.13/include/libEMF/wine/
H A Dwinerror.h42 #define HRESULT_FROM_NT(x) ((HRESULT) ((x) | FACILITY_NT_BIT)) macro
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2302 HRESULT HRESULT_FROM_NT(HRESULT x) { in HRESULT_FROM_NT() function
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2302 HRESULT HRESULT_FROM_NT(HRESULT x) { in HRESULT_FROM_NT() function
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2301 HRESULT HRESULT_FROM_NT(HRESULT x) { in HRESULT_FROM_NT() function
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2302 HRESULT HRESULT_FROM_NT(HRESULT x) { in HRESULT_FROM_NT() function
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2301 HRESULT HRESULT_FROM_NT(HRESULT x) { in HRESULT_FROM_NT() function
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2301 HRESULT HRESULT_FROM_NT(HRESULT x) { in HRESULT_FROM_NT() function
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2301 HRESULT HRESULT_FROM_NT(HRESULT x) { in HRESULT_FROM_NT() function

12345678