Platform SDK: Files and I/O |
The IsReparseTagMicrosoft macro determines whether a reparse point tag indicates a Microsoft reparse point.
ULONG IsReparseTagMicrosoft( ULONG _tag // tag to be tested );
The return value is a ULONG that must be treated as zero or nonzero. A nonzero return value indicates that the tag is a Microsoft tag. A zero return value indicates that the tag is not a Microsoft tag. Only software developed by Microsoft or in partnership with Microsoft can use Microsoft tags. All other software must use non-Microsoft tags.
If the Microsoft tag bit is set, Microsoft provides the tag. All other tags must use zero for this bit.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Winnt.h; include Windows.h.