JCL Help:TStreamId

From Project JEDI Wiki
Jump to navigationJump to search


Summary

NTFS file stream IDs which denote the kind of data stored in an NTFS stream.


Pascal

 public TStreamId = (
siInvalid,
siStandard,
siExtendedAttribute,
siSecurity,
siAlternate,
siHardLink,
siProperty,
siObjectIdentifier,
siReparsePoints,
siSparseFile
);
TStreamIds = set of TStreamId;


Members

Members Description
siInvalid Invalid stream.
siStandard Standard data stream.
siExtendedAttribute Extended attribute data.
siSecurity Security descriptor data.
siAlternate Alternate data stream.
siHardLink Hard link information stream.
siProperty Property Data.
siObjectIdentifier Object identifiers.
siReparsePoints Reparse point.
siSparseFile Sparse file.


Description

NTFS file stream IDs which denote the kind of data stored in an NTFS stream.


About

Unit

JclNTFS


Navigation

no pages or subcategories

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