Unit NTFSConst

From Ultibo.org
Jump to: navigation, search

Return to Unit Reference


Description


Ultibo NTFS Constants unit

Constants



[Expand]
NTFS specific constants ntfs*


[Expand]
NTFS security ntfsSecurity*


[Expand]
NTFS max number ntfsMax*


[Expand]
NTFS cluster size ntfs*ClusterSize*


[Expand]
NTFS sector ntfs*Sector


[Expand]
NTFS cluster ntfs*Cluster


[Expand]
NTFS status ntfsStatus*


[Expand]
NTFS compare ntfsCompare*


[Expand]
NTFS instance ntfsInstance*


[Expand]
NTFS attribute definition ntfsAttrDefNo*


[Expand]
NTFS file reference ntfsFileReference*


[Expand]
NTFS bitmap ntfsBitmap*


[Expand]
NTFS block count mask ntfsBlockCountMask*


[Expand]
NTFS MFT zone ntfsMftZone*


[Expand]
NTFS MFT fixed zone ntfsMftFixedZone*


[Expand]
NTFS run offset mask ntfsRunOffsetMask*


[Expand]
NTFS run encode mask ntfsRunEncodeMask*


[Expand]
NTFS run encode test ntfsRunEncodeTest*


[Expand]
NTFS run negative test ntfsRunNegativeTest*


[Expand]
NTFS run decode mask ntfsRunDecode*Mask


[Expand]
NTFS run decode test ntfsRunDecode*Test


[Expand]
NTFS compression tag ntfsCompression*


[Expand]
NTFS bitmap mask ntfsBitmapMask*


[Expand]
NTFS signature ntfs*Signature


[Expand]
NTFS table type ntfsTableType*


[Expand]
NTFS file type ntfsFileType*


[Expand]
NTFS record number ntfs*RecordNumber


[Expand]
NTFS file reference ntfs*FileReference


[Expand]
NTFS file name ntfsFileName*


[Expand]
NTFS attribute type ntfsAttrType*


[Expand]
NTFS attribute name ntfsAttrName*


[Expand]
NTFS owner Id ntfsOwnerId*


[Expand]
NTFS default owner Id ntfsDefaultOwnerId*


[Expand]
NTFS default sid ntfsDefaultSid*


[Expand]
NTFS security Id ntfsSecurityId*


[Expand]
NTFS default security Id ntfsDefaultSecurityId*


[Expand]
NTFS default descriptor ntfsDefaultDescriptor*


[Expand]
NTFS security offset ntfsSecurityOffset*


[Expand]
NTFS index name ntfsIndexName*


[Expand]
NTFS index order ntfsIndexOrder*


[Expand]
NTFS stream name ntfsStreamName*


[Expand]
NTFS file namespace ntfsNameSpace*


[Expand]
NTFS display type ntfsDisplayType*


[Expand]
NTFS collate type ntfsCollateType*


[Expand]
NTFS volume flag ntfsVolumeFlag*


[Expand]
NTFS file record flag ntfsFileRecordFlag*


[Expand]
NTFS attribute flag ntfsAttrDefFlag* ntfsAttributeFlag*


[Expand]
NTFS attribute ntfsAttribute*


[Expand]
NTFS index header flag ntfsIndexHeaderFlag*


[Expand]
NTFS index entry flag ntfsIndexEntryFlag*


[Expand]
NTFS quota flag ntfsQuotaFlag*


[Expand]
NTFS reparse tag ntfsReparseTag*


[Expand]
NTFS reparse tag flag ntfsReparseTagFlag*


[Expand]
NTFS reparse tag type ntfsReparseTagType*


[Expand]
NTFS extended attribute flag ntfsExtendedAttributeFlag*


[Expand]
NTFS default size ntfsDefault*Size


[Expand]
NTFS log file ntfsLogFile*


[Expand]
NTFS old log file size ntfs*OldLogSize


[Expand]
NTFS log file size ntfs*LogSize


[Expand]
NTFS MFT/MFTMirr start ntfsMftStart*


[Expand]
NTFS file size ntfsFileSize*


[Expand]
NTFS stream size ntfsStreamSize*


[Expand]
NTFS header size ntfs*HeaderSize*


[Expand]
NTFS attribute size ntfsAttribute*Size


[Expand]
NTFS data size ntfs*Size


[Expand]
NTFS key size ntfs*KeySize


[Expand]
NTFS update sequence size ntfsUpdateSequenceSize*


[Expand]
NTFS sector count ntfs*SectorCount


Type definitions



NTFS attribute definition

[Expand]

TNTFSAttrDefine = record

NTFS uppercase conversion

[Expand]

TNTFSUpcaseConvert = record

NTFS sector count

[Expand]

TNTFSSectorCount = record

NTFS log size

[Expand]

TNTFSLogSize = record

NTFS default SID

[Expand]

PNTFSDefaultSid = ^TNTFSDefaultSid;

TNTFSDefaultSid = record

NTFS default access control entry

[Expand]

TNTFSDefaultAce = record

NTFS default access control list

[Expand]

TNTFSDefaultAcl = record

NTFS default descriptor

[Expand]

PNTFSDefaultDescriptor = ^TNTFSDefaultDescriptor;

TNTFSDefaultDescriptor = record


Public variables



NTFS specific variables

SecurityHashPadding:LongWord = ntfsSecurityHashPadding;


Function declarations


None defined


Return to Unit Reference