Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |