Home
last modified time | relevance | path

Searched defs:HRESULT_FROM_WIN32 (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/
H A DInterop.HRESULT_FROM_WIN32.cs11 internal static int HRESULT_FROM_WIN32(int errorCode) in HRESULT_FROM_WIN32() method in Interop
/dports/security/seal/SEAL-3.7.2/native/src/seal/c/
H A Ddefines.h50 #define HRESULT_FROM_WIN32(x) \ macro
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DW32Errors.java178 public static final HRESULT HRESULT_FROM_WIN32(int x) { in HRESULT_FROM_WIN32() method in W32Errors
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawinerror.pas19060 function HRESULT_FROM_WIN32(x: DWORD): HRESULT; in HRESULT_FROM_WIN32() function
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Dref.hxx154 #define HRESULT_FROM_WIN32(x) \ macro
H A Derror.hxx8026 #define HRESULT_FROM_WIN32(x) (x ? ((HRESULT) (((x) & 0x0000FFFF) | (FACILITY_WIN32 << 16) | 0x80… macro
/dports/archivers/7-zip/7-zip-21.07/C/
H A D7zTypes.h86 #define HRESULT_FROM_WIN32(x) MY_SRes_HRESULT_FROM_WRes(x) macro
/dports/security/hashcat/hashcat-6.2.5/deps/LZMA-SDK/C/
H A D7zTypes.h84 #define HRESULT_FROM_WIN32(x) MY_SRes_HRESULT_FROM_WRes(x) macro
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/env/
H A Dgcenv.base.h56 inline HRESULT HRESULT_FROM_WIN32(unsigned long x) in HRESULT_FROM_WIN32() function
/dports/print/hplip/hplip-3.20.6/scan/sane/OrbliteScan/
H A DMacCommon.h484 #define HRESULT_FROM_WIN32(x) (x ? ((HRESULT) (((x) & 0x0000FFFF) | (FACILITY_WIN32 << 16) | 0x80… macro
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinerror.h689 #define HRESULT_FROM_WIN32(x) (x?((HRESULT)(((x)&0x0000FFFF)|(FACILITY_WIN32<<16)|0x80000000)):0) macro
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2306 HRESULT HRESULT_FROM_WIN32(HRESULT x) { in HRESULT_FROM_WIN32() function
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2306 HRESULT HRESULT_FROM_WIN32(HRESULT x) { in HRESULT_FROM_WIN32() function
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2305 HRESULT HRESULT_FROM_WIN32(HRESULT x) { in HRESULT_FROM_WIN32() function
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2306 HRESULT HRESULT_FROM_WIN32(HRESULT x) { in HRESULT_FROM_WIN32() function
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2305 HRESULT HRESULT_FROM_WIN32(HRESULT x) { in HRESULT_FROM_WIN32() function
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2305 HRESULT HRESULT_FROM_WIN32(HRESULT x) { in HRESULT_FROM_WIN32() function
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2305 HRESULT HRESULT_FROM_WIN32(HRESULT x) { in HRESULT_FROM_WIN32() function
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2305 HRESULT HRESULT_FROM_WIN32(HRESULT x) { in HRESULT_FROM_WIN32() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2306 HRESULT HRESULT_FROM_WIN32(HRESULT x) { in HRESULT_FROM_WIN32() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinerror.h2251 __CRT_INLINE HRESULT HRESULT_FROM_WIN32(__LONG32 x) { return x <= 0 ? (HRESULT)x : (HRESULT) (((x) … in HRESULT_FROM_WIN32() function
2254 #define HRESULT_FROM_WIN32(x) __HRESULT_FROM_WIN32(x) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinerror.h2251 __CRT_INLINE HRESULT HRESULT_FROM_WIN32(__LONG32 x) { return x <= 0 ? (HRESULT)x : (HRESULT) (((x) … in HRESULT_FROM_WIN32() function
2254 #define HRESULT_FROM_WIN32(x) __HRESULT_FROM_WIN32(x) macro
/dports/graphics/libemf/libemf-1.0.13/include/libEMF/wine/
H A Dwinerror.h41 #define HRESULT_FROM_WIN32(x) ((x) ? ((HRESULT) (((x) & 0x0000FFFF) | (FACILITY_WIN32 << 16) | 0x… macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwinerror.h1905 #define HRESULT_FROM_WIN32(x) (x?((HRESULT)(((x)&0x0000FFFF)|(FACILITY_WIN32<<16)|0x80000000)):0) macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwinerror.h1905 #define HRESULT_FROM_WIN32(x) (x?((HRESULT)(((x)&0x0000FFFF)|(FACILITY_WIN32<<16)|0x80000000)):0) macro

1234567