FltSupportsStreamContexts - NtDoc

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

BOOLEAN FLTAPI FltSupportsStreamContexts(
  [in] PFILE_OBJECT FileObject
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

FltSupportsStreamContexts function

Description

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

Parameters

FileObject [in]

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.

See also

FltAllocateContext

FltDeleteContext

FltDeleteStreamContext

FltGetStreamContext

FltReleaseContext

FltSetStreamContext

FltSupportsStreamHandleContexts