Home
last modified time | relevance | path

Searched defs:VcppException (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Ddelayimp.h18 #define VcppException(sev,err) ((sev) | (FACILITY_VISUALCPP<<16) | err) macro
/reactos/modules/rostests/apitests/sdk/
H A Ddelayimp.cpp32 #define VcppException(sev,err) ((sev) | (FACILITY_VISUALCPP<<16) | err) macro