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.
FltSupportsStreamHandleContexts determines whether stream handle contexts are supported on a given file object.
Syntax
BOOLEAN FLTAPI FltSupportsStreamHandleContexts(
[in] PFILE_OBJECT FileObject
);
Parameters
[in] FileObject
Pointer to the file object to test.
Return value
FltSupportsStreamHandleContexts returns TRUE if the file system supports stream handle 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 |