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