IsReparseTagNameSurrogate macro (ntifs.h)

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

Syntax

void IsReparseTagNameSurrogate(
  [in]  _tag
);

Parameters

[in] _tag

Reparse point tag to be tested.

Return value

None

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.

Requirements

Requirement Value
Target Platform Desktop
Header ntifs.h (include Ntifs.h)
IRQL Any level

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