Home
last modified time | relevance | path

Searched refs:HRESULT_FACILITY (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCFPlugInCOM.pas227 function HRESULT_FACILITY( hr: HRESULT ): HRESULT; inline; in HRESULT_FACILITY() function
305 function HRESULT_FACILITY( hr: HRESULT ): HRESULT; inline; in HRESULT_FACILITY() function
307 HRESULT_FACILITY := (hr shr 16) and $1FFF;
/dports/deskutils/nextcloudclient/desktop-3.4.1/admin/win/tools/NCMsiHelper/
H A DLogResult.cpp46 if (HRESULT_FACILITY(dwErrorMsgId) == FACILITY_MSMQ) { in LogError()
54 } else if (HRESULT_FACILITY(dwErrorMsgId) == FACILITY_WIN32) { in LogError()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmdcommsg.h10 #define HRESULTTOWIN32(hres) ((HRESULT_FACILITY(hres)==FACILITY_WIN32) ? HRESULT_CODE(hres) : (hres…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmdcommsg.h10 #define HRESULTTOWIN32(hres) ((HRESULT_FACILITY(hres)==FACILITY_WIN32) ? HRESULT_CODE(hres) : (hres…
/dports/devel/boost-docs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dcom_code.hpp177 else if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _do_equivalent()
210 if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _generic_code()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/outcome/experimental/status-code/
H A Dcom_code.hpp177 else if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _do_equivalent()
210 if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _generic_code()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/outcome/experimental/status-code/
H A Dcom_code.hpp177 else if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _do_equivalent()
210 if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _generic_code()
/dports/devel/boost-libs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dcom_code.hpp177 else if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _do_equivalent()
210 if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _generic_code()
/dports/devel/boost-python-libs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dcom_code.hpp177 else if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _do_equivalent()
210 if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _generic_code()
/dports/devel/hyperscan/boost_1_75_0/boost/outcome/experimental/status-code/
H A Dcom_code.hpp177 else if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _do_equivalent()
210 if(HRESULT_FACILITY(c1.value()) == FACILITY_WIN32) in _generic_code()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_init_win.cc14 return HRESULT_FACILITY(exception_code) == FACILITY_VISUALCPP ? in FilterVisualCPPExceptions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_init_win.cc14 return HRESULT_FACILITY(exception_code) == FACILITY_VISUALCPP ? in FilterVisualCPPExceptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Dbase_file_win.cc27 if (SUCCEEDED(hr) && HRESULT_FACILITY(hr) != FACILITY_SHELL) in HRESULTToDownloadInterruptReason()
138 if (HRESULT_FACILITY(hr) == FACILITY_WIN32) { in HRESULTToDownloadInterruptReason()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Dbase_file_win.cc27 if (SUCCEEDED(hr) && HRESULT_FACILITY(hr) != FACILITY_SHELL) in HRESULTToDownloadInterruptReason()
138 if (HRESULT_FACILITY(hr) == FACILITY_WIN32) { in HRESULTToDownloadInterruptReason()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DW32Errors.java107 public static final int HRESULT_FACILITY(int hr) { in HRESULT_FACILITY() method in W32Errors
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/sys/decklink/linux/
H A DLinuxCOM.h63 #define HRESULT_FACILITY(hr) (((hr) >> 16) & 0x1fff) macro
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/sys/decklink/linux/
H A DLinuxCOM.h63 #define HRESULT_FACILITY(hr) (((hr) >> 16) & 0x1fff) macro
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/decklink/linux/
H A DLinuxCOM.h63 #define HRESULT_FACILITY(hr) (((hr) >> 16) & 0x1fff) macro
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/decklink/linux/
H A DLinuxCOM.h63 #define HRESULT_FACILITY(hr) (((hr) >> 16) & 0x1fff) macro
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/decklink/linux/
H A DLinuxCOM.h63 #define HRESULT_FACILITY(hr) (((hr) >> 16) & 0x1fff) macro
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/decklink/linux/
H A DLinuxCOM.h63 #define HRESULT_FACILITY(hr) (((hr) >> 16) & 0x1fff) macro
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/sys/decklink/linux/
H A DLinuxCOM.h63 #define HRESULT_FACILITY(hr) (((hr) >> 16) & 0x1fff) macro
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/sys/decklink/linux/
H A DLinuxCOM.h63 #define HRESULT_FACILITY(hr) (((hr) >> 16) & 0x1fff) macro
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/sys/decklink/linux/
H A DLinuxCOM.h63 #define HRESULT_FACILITY(hr) (((hr) >> 16) & 0x1fff) macro
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/sys/decklink/linux/
H A DLinuxCOM.h63 #define HRESULT_FACILITY(hr) (((hr) >> 16) & 0x1fff) macro

12345678910>>...13