IsReparseTagNameSurrogate - NtDoc

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

void IsReparseTagNameSurrogate(
  [in] _tag
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IsReparseTagNameSurrogate macro

Description

The IsReparseTagNameSurrogate macro determines whether a tag's associated reparse point is a surrogate for another named entity, such as a volume mount point.

Parameters

_tag [in]

Reparse point tag to be tested.

Remarks

If the name surrogate bit is set in the reparse tag, the file or directory represents another named entity in the system, such as a volume mount point.

For more information about reparse points and volume mount points, see the Microsoft Windows SDK documentation.

See also

FSCTL_DELETE_REPARSE_POINT

FSCTL_GET_REPARSE_POINT

FSCTL_SET_REPARSE_POINT

FltFsControlFile

FltTagFile

FltUntagFile

IsReparseTagMicrosoft

REPARSE_DATA_BUFFER

REPARSE_GUID_DATA_BUFFER

ZwFsControlFile