Searched defs:INFO_ (Results 1 – 1 of 1) sorted by relevance
127 …#define INFO_(ch, fmt, ...) DbgPrintEx(DPFLTR_##ch##_ID, DPFLTR_INFO_LEVEL, "(%s:%d) " fmt, __RE… macro146 #define INFO_(ch, ...) __noop macro159 #define INFO_(ch, ...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro