// ntifs.h
void IsReparseTagMicrosoft(
[in] _tag
);
View the official Windows Driver Kit DDI reference
No description available.
The IsReparseTagMicrosoft macro determines whether a reparse point tag indicates a Microsoft reparse point.
_tag
[in]Reparse point tag to be tested.
Only Microsoft reparse points can use Microsoft tags. Third-party reparse points must use non-Microsoft tags. However, third-party drivers can set Microsoft reparse points. For more information, see the Remarks section of the reference entry for the REPARSE_GUID_DATA_BUFFER structure.
For more information about reparse points, see the Microsoft Windows SDK documentation.