FsRtlSupportsPerFileContexts - NtDoc

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

void FsRtlSupportsPerFileContexts(
  _fo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-fsrtlsupportsperfilecontexts)

FsRtlSupportsPerFileContexts macro

Description

The FsRtlSupportsPerFileContexts macro checks if per file context information is supported by the file system that is associated with a specified FILE_OBJECT.

Parameters

_fo

A FILE_OBJECT that is associated with the file system to be checked.

Remarks

None

See also

FILE_OBJECT

Tracking Per-File Context in a Legacy File System Filter Driver