How to associate reparse tag with file system filter?

Hi All,

I have existing filter driver (with sources).
I need to add some functionality for working on reparse points.
MSDN says:
… When the file system opens a file with a reparse point,
it attempts to find the file system filter associated with the
data format identified by the reparse tag…
But how I can associate my filter driver with reparse tag
or reparse point? I know which reparse tag I should use.
[Full IFS Kit is missing, only sources that I can build with SDK &
DDK]


Best regards,
Andy Fadeev.