Searched refs:FLT_MAJOR_VERSION (Results 1 – 2 of 2) sorted by relevance
/reactos/drivers/filters/fltmgr/ | ||
H A D | fltmgr.h | 14 #define FLT_MAJOR_VERSION 0x0200 macro |
H A D | Filter.c | 128 if ((Registration->Version & 0xFF00) != FLT_MAJOR_VERSION) in FltRegisterFilter() |