Searched defs:HRESULT (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstUSBLinux.h22 typedef int HRESULT; typedef
45 HRESULT initSysfs(void);
/vbox/include/VBox/com/
H A DMultiResult.h41 * Variables of this class are used instead of HRESULT variables when it is
74 FWResult (HRESULT aRC = E_FAIL) : mRC (aRC) {}
76 FWResult &operator= (HRESULT aRC)
85 operator HRESULT() const { return mRC; }
87 HRESULT *operator&() { return &mRC; }
91 HRESULT mRC;
133 HRESULT Bar::method()
174 MultiResult (HRESULT aRC = E_FAIL) : FWResult (aRC) { incCounter(); }
187 MultiResult &operator= (HRESULT aRC)
224 * a reference to the existing HRESULT variabl
[all...]
H A Ddefs.h288 #define HRESULT nsresult macro
399 HRESULT FinalConstruct() { return S_OK; }
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinerror.h77 ((HRESULT) (((unsigned int)(sev)<<31) | ((unsigned int)(fac)<<16) | ((unsigned int)(code))) )
80 #define SUCCEEDED(stat) ((HRESULT)(stat)>=0)
81 #define FAILED(stat) ((HRESULT)(stat)<0)
93 #define __HRESULT_FROM_WIN32(x) ((HRESULT)(x) > 0 ? ((HRESULT) (((x) & 0x0000FFFF) | (FACILITY_WIN32 << 16) | 0x80000000)) : (HRESULT)(x) )
97 typedef long HRESULT; typedef
99 typedef int HRESULT; typedef
102 static HRESULT HRESULT_FROM_WIN32(unsigned int x)
104 return (HRESULT)
[all...]
H A Dwinnt.h349 #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
351 #define STDMETHODIMP HRESULT STDMETHODCALLTYPE
353 #define STDAPIV EXTERN_C HRESULT STDAPIVCALLTYPE
355 #define STDMETHODIMPV HRESULT STDMETHODVCALLTYPE
446 typedef LONG HRESULT; typedef
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinerror.h77 ((HRESULT) (((unsigned int)(sev)<<31) | ((unsigned int)(fac)<<16) | ((unsigned int)(code))) )
80 #define SUCCEEDED(stat) ((HRESULT)(stat)>=0)
81 #define FAILED(stat) ((HRESULT)(stat)<0)
93 #define __HRESULT_FROM_WIN32(x) ((HRESULT)(x) > 0 ? ((HRESULT) (((x) & 0x0000FFFF) | (FACILITY_WIN32 << 16) | 0x80000000)) : (HRESULT)(x) )
97 typedef long HRESULT; typedef
99 typedef int HRESULT; typedef
102 static inline HRESULT HRESULT_FROM_WIN32(unsigned int x)
104 return (HRESULT)
[all...]
H A Dwinnt.h429 #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
431 #define STDMETHODIMP HRESULT STDMETHODCALLTYPE
433 #define STDAPIV EXTERN_C HRESULT STDAPIVCALLTYPE
435 #define STDMETHODIMPV HRESULT STDMETHODVCALLTYPE
561 typedef LONG HRESULT; typedef
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h723 #define HRESULT nsresult macro
21539 HRESULT (*pfnClientInitialize)(const char *pszVirtualBoxClientIID,
21549 HRESULT (*pfnClientThreadInitialize)(void);
21558 HRESULT (*pfnClientThreadUninitialize)(void);
21666 HRESULT (*pfnSafeArrayCopyInParamHelper)(SAFEARRAY *psa, const void *pv, ULONG cb);
21677 HRESULT (*pfnSafeArrayCopyOutParamHelper)(void **ppv, ULONG *pcb, VARTYPE vt, SAFEARRAY *psa);
21689 HRESULT (*pfnSafeArrayCopyOutIfaceParamHelper)(IUnknown ***ppaObj, ULONG *pcObj, SAFEARRAY *psa);
21696 HRESULT (*pfnSafeArrayDestroy)(SAFEARRAY *psa);
21704 HRESULT (*pfnArrayOutFree)(void *pv);
21724 HRESULT (*pfnGetExceptio
[all...]

Completed in 362 milliseconds