JCL Help:NtfsGetReparseTag

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the reparse tag of a file or directory.


Pascal

 function NtfsGetReparseTag(const Path: string; var Tag: DWORD): Boolean;


Parameters

Parameters Description
const Path: string Fully qualified name of the file or directory for which you want to know the tag of the associated reparse point, if any.
var Tag: DWORD If the function succeeds the Tag parameter receives the reparse tag of the reparse point associated with the file or directory. If the function fails the value is undefined.


Return Value

If the function succeeds it returns True, otherwise it returns False. In the latter case the value of Tag is undefined.


Description

NtfsGetReparseTag returns the reparse tag of the reparse point associated with the specified file or directory. If the specified file has no associated reparse point the function fails.


See Also

NtfsReparsePointsSupported NtfsFileHasReparsePoint


About

Unit

JclNTFS


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page