IsReparseTagMicrosoft macro (winnt.h)

Determines whether a reparse point tag indicates a Microsoft reparse point.

Syntax

void IsReparseTagMicrosoft(
   _tag
);

Parameters

_tag

The reparse point tag to be tested.

Return value

None

Remarks

If the Microsoft tag bit is set, Microsoft provides the tag. All other tags must use zero for this bit.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header winnt.h (include Windows.h)

See also

FSCTL_GET_REPARSE_POINT

Reparse Points