Home
last modified time | relevance | path

Searched refs:sev (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/psdk/
H A Ddelayimp.h18 #define VcppException(sev,err) ((sev) | (FACILITY_VISUALCPP<<16) | err) argument
H A Dmapicode.h26 #define MAKE_MAPI_SCODE(sev,fac,code) \ argument
27 ((SCODE)(((ULONG)(sev)<<31)|((ULONG)(fac)<<16)|((ULONG)(code))))
H A Dwinerror.h68 #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 Dddrawint.h72 #define MAKE_HRESULT(sev,fac,code) ((HRESULT) (((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<… argument
/reactos/sdk/include/dxsdk/
H A Ddmerror.h30 #define MAKE_HRESULT(sev,fac,code) \ argument
31 ((HRESULT) (((ULONG)(sev)<<31) | ((ULONG)(fac)<<16) | ((ULONG)(code))) )
/reactos/modules/rostests/apitests/sdk/
H A Ddelayimp.cpp32 #define VcppException(sev,err) ((sev) | (FACILITY_VISUALCPP<<16) | err) argument