Searched defs:sev (Results 1 – 6 of 6) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | sperror.h | 19 #define MAKE_SAPI_HRESULT(sev, err) MAKE_HRESULT(sev, FACILITY_SAPI, err) argument
|
D | delayimp.h | 65 #define VcppException(sev,err) ((sev) | (FACILITY_VISUALCPP<<16) | err) argument
|
D | wabcode.h | 11 #define MAKE_MAPI_SCODE(sev,fac,code) ((SCODE) (((unsigned __LONG32)(sev)<<31) | ((unsigned __LONG3… argument
|
D | mapicode.h | 11 #define MAKE_MAPI_SCODE(sev,fac,code) ((SCODE) (((unsigned __LONG32)(sev)<<31) | ((unsigned __LONG3… argument
|
D | dmerror.h | 30 #define MAKE_HRESULT(sev,fac,code) \ argument
|
D | winerror.h | 2233 #define MAKE_HRESULT(sev,fac,code) ((HRESULT) (((unsigned __LONG32)(sev)<<31) | ((unsigned __LONG32… argument 2234 #define MAKE_SCODE(sev,fac,code) ((SCODE) (((unsigned __LONG32)(sev)<<31) | ((unsigned __LONG32)(fa… argument
|