Skip to content

Latest commit

 

History

History
81 lines (61 loc) · 2.48 KB

nf-ntifs-isreparsetagnamesurrogate.md

File metadata and controls

81 lines (61 loc) · 2.48 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:ntifs.IsReparseTagNameSurrogate
IsReparseTagNameSurrogate macro (ntifs.h)
The IsReparseTagNameSurrogate macro determines whether a tag's associated reparse point is a surrogate for another named entity, such as a volume mount point.
ifsk\isreparsetagnamesurrogate.htm
ifsk
07/26/2022
IsReparseTagNameSurrogate macro
IsReparseTagNameSurrogate, IsReparseTagNameSurrogate function [Installable File System Drivers], ifsk.isreparsetagnamesurrogate, ioref_f44ef76c-2211-43a1-b151-a5804c7cd361.xml, ntifs/IsReparseTagNameSurrogate
ntifs.h
Ntifs.h
Desktop
Any level
Windows
IsReparseTagNameSurrogate
ntifs/IsReparseTagNameSurrogate
APIRef
kbSyntax
HeaderDef
ntifs.h
IsReparseTagNameSurrogate

IsReparseTagNameSurrogate macro

-description

The IsReparseTagNameSurrogate macro determines whether a tag's associated reparse point is a surrogate for another named entity, such as a volume mount point.

-parameters

-param _tag [in]

Reparse point tag to be tested.

-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.

-see-also

FSCTL_DELETE_REPARSE_POINT

FSCTL_GET_REPARSE_POINT

FSCTL_SET_REPARSE_POINT

FltFsControlFile

FltTagFile

FltUntagFile

IsReparseTagMicrosoft

REPARSE_DATA_BUFFER

REPARSE_GUID_DATA_BUFFER

ZwFsControlFile