// fltkernel.h
BOOLEAN FLTAPI FltSupportsStreamContexts(
[in] PFILE_OBJECT FileObject
);
View the official Windows Driver Kit DDI reference
No description available.
FltSupportsStreamContexts determines whether stream contexts are supported on a given file object.
FileObject
[in]Pointer to the file object to test.
FltSupportsStreamContexts returns TRUE if the file system supports stream contexts for the file object; FALSE otherwise.
Paging files do not currently support file, stream, or stream handle contexts.
FltSupportsStreamHandleContexts