Home
last modified time | relevance | path

Searched refs:FLT_MAJOR_VERSION (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/filters/fltmgr/
H A Dfltmgr.h14 #define FLT_MAJOR_VERSION 0x0200 macro
H A DFilter.c128 if ((Registration->Version & 0xFF00) != FLT_MAJOR_VERSION) in FltRegisterFilter()