// ntifs.h
void IsReparseTagNameSurrogate(
[in] _tag
);
View the official Windows Driver Kit DDI reference
No description available.
The IsReparseTagNameSurrogate macro determines whether a tag's associated reparse point is a surrogate for another named entity, such as a volume mount point.
_tag
[in]Reparse point tag to be tested.
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.