Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
FltSupportsStreamContexts determines whether stream contexts are supported on a given file object.
Syntax
BOOLEAN FLTAPI FltSupportsStreamContexts(
[in] PFILE_OBJECT FileObject
);
Parameters
[in] FileObject
Pointer to the file object to test.
Return value
FltSupportsStreamContexts returns TRUE if the file system supports stream contexts for the file object; FALSE otherwise.
Remarks
Paging files do not currently support file, stream, or stream handle contexts.
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Header | fltkernel.h (include Fltkernel.h) |
Library | FltMgr.lib |
DLL | Fltmgr.sys |
IRQL | <= APC_LEVEL |