Searched defs:ERR__ (Results 1 – 1 of 1) sorted by relevance
129 …#define ERR__(ch, fmt, ...) DbgPrintEx(ch, DPFLTR_ERROR_LEVEL, "(%s:%d) " fmt, __RELFILE__, __L… macro148 #define ERR__(ch, ...) __noop macro161 #define ERR__(ch, ...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro