Home | History | Annotate | Download | only in win

Lines Matching refs:ex

46 #define HR(ex) HR_GENERAL(ex, nullptr, _hr)
47 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr)
49 #define HRB(ex) HR_GENERAL(ex, nullptr, false)
50 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false)
52 #define HRN(ex) HR_GENERAL(ex, nullptr, nullptr)
53 #define HRNM(ex, msg) HR_GENERAL(ex, msg, nullptr)
55 #define HRV(ex) HR_GENERAL(ex, nullptr, )
56 #define HRVM(ex, msg) HR_GENERAL(ex, msg, )
58 #define HRZ(ex) HR_GENERAL(ex, nullptr, 0)
59 #define HRZM(ex, msg) HR_GENERAL(ex, msg, 0)