JCL Help:TFindStreamData
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TFindStreamData Record
[+] JclNTFS.pas Records
[+] TFindStreamData Fields
Search in JCL Help
Search in all projects
Summary
Record type used by the NtfsFindFirstStream, NtfsFindNextStream and NtfsFindStreamClose functions which contains information about the streams in a NTFS file.
Pascal
public TFindStreamData = record
Internal: TInternalFindStreamData;
Attributes: DWORD;
StreamID: TStreamId;
Name: WideString;
Size: Int64;
end;
Members
Members | Description |
Internal: TInternalFindStreamData; | Internal data field used to store context - do not touch. |
Attributes: DWORD; | Stream attributes (bit flags). can be one or more of the following values: |
StreamID: TStreamId; | Stream ID which denotes the type of data stored in the stream. See TStreamId for more information. |
Name: WideString; | Name of the stream or an empty string if the stream is unnamed. |
Size: Int64; | Size, in bytes, of the data part of the stream. |
Description
Record type used by the NtfsFindFirstStream, NtfsFindNextStream and NtfsFindStreamClose functions which contains information about the streams in a NTFS file.
About
Unit
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