Searched refs:sev (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | delayimp.h | 18 #define VcppException(sev,err) ((sev) | (FACILITY_VISUALCPP<<16) | err) argument
|
H A D | mapicode.h | 26 #define MAKE_MAPI_SCODE(sev,fac,code) \ argument 27 ((SCODE)(((ULONG)(sev)<<31)|((ULONG)(fac)<<16)|((ULONG)(code))))
|
H A D | winerror.h | 68 #define MAKE_HRESULT(sev,fac,code) \ argument 69 ((HRESULT) (((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))) ) 70 #define MAKE_SCODE(sev,fac,code) \ argument 71 … ((SCODE) (((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))) )
|
H A D | ddrawint.h | 72 #define MAKE_HRESULT(sev,fac,code) ((HRESULT) (((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<… argument
|
/reactos/sdk/include/dxsdk/ |
H A D | dmerror.h | 30 #define MAKE_HRESULT(sev,fac,code) \ argument 31 ((HRESULT) (((ULONG)(sev)<<31) | ((ULONG)(fac)<<16) | ((ULONG)(code))) )
|
/reactos/modules/rostests/apitests/sdk/ |
H A D | delayimp.cpp | 32 #define VcppException(sev,err) ((sev) | (FACILITY_VISUALCPP<<16) | err) argument
|