FltSupportsStreamHandleContexts - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fltkernel.h

BOOLEAN FLTAPI FltSupportsStreamHandleContexts(
  [in] PFILE_OBJECT FileObject
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fltkernel-fltsupportsstreamhandlecontexts)

FltSupportsStreamHandleContexts function

Description

FltSupportsStreamHandleContexts determines whether stream handle contexts are supported on a given file object.

Parameters

FileObject [in]

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.

See also

FltAllocateContext

FltDeleteContext

FltDeleteStreamHandleContext

FltGetStreamHandleContext

FltReleaseContext

FltSetStreamHandleContext

FltSupportsStreamContexts