IsReparseTagNameSurrogate macro
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(
_tag
);
Parameters
_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
Target Platform | Desktop |
Header | ntifs.h (include Ntifs.h) |
IRQL | Any level |
See also
Feedback
Loading feedback...