Difference between revisions of "Unit NTFSConst"

From Ultibo.org
Jump to: navigation, search
Line 2,333: Line 2,333:
 
----
 
----
  
''To be documented''
+
 
 +
'''NTFS specific variables'''
 +
 
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| <code>SecurityHashPadding:LongWord = ntfsSecurityHashPadding;</code>
 +
| style="width: 65%;"|
 +
|-
 +
|}
 +
<br />
  
 
=== Function declarations ===
 
=== Function declarations ===

Revision as of 03:00, 5 January 2017

Return to Unit Reference


Description


Ultibo NTFS constants unit

To be documented

Constants



[Expand]
NTFS specific constants ntfs*


[Expand]
NTFS security constants ntfsSecurity*


[Expand]
NTFS max number constants ntfsMax*


[Expand]
NTFS cluster size constants ntfs*ClusterSize*


[Expand]
NTFS sector constants ntfs*Sector


[Expand]
NTFS cluster constants ntfs*Cluster


[Expand]
NTFS status constants ntfsStatus*


[Expand]
NTFS compare constants ntfsCompare*


[Expand]
NTFS instance constants ntfsInstance*


[Expand]
NTFS attribute constants ntfsAttrDefNo*


[Expand]
NTFS file reference constants ntfsFileReference*


[Expand]
NTFS bitmap constants ntfsBitmap*


[Expand]
NTFS block count mask constants ntfsBlockCountMask*


[Expand]
NTFS MFT zone constants ntfsMftZone*


[Expand]
NTFS MFT fixed zone constants ntfsMftFixedZone*


[Expand]
NTFS run offset mask constants ntfsRunOffsetMask*


[Expand]
NTFS run encode mask constants ntfsRunEncodeMask*


[Expand]
NTFS run encode test constants ntfsRunEncodeTest*


[Expand]
NTFS run negative test constants ntfsRunNegativeTest*


[Expand]
NTFS run decode mask constants ntfsRunDecode*Mask


[Expand]
NTFS run decode test constants ntfsRunDecode*Test


[Expand]
NTFS compression tag constants ntfsCompression*


[Expand]
NTFS bitmap mask constants ntfsBitmapMask*


[Expand]
NTFS signature constants ntfs*Signature


[Expand]
NTFS table type constants ntfsTableType*


[Expand]
NTFS file type constants ntfsFileType*


[Expand]
NTFS record number constants ntfs*RecordNumber


[Expand]
NTFS file reference constants ntfs*FileReference


[Expand]
NTFS file name constants ntfsFileName*


[Expand]
NTFS attribute type constants ntfsAttrType*


[Expand]
NTFS attribute name constants ntfsAttrName*


[Expand]
NTFS owner Id constants ntfsOwnerId*


[Expand]
NTFS default owner Id constants ntfsDefaultOwnerId*


[Expand]
NTFS default sid constants ntfsDefaultSid*


[Expand]
NTFS security Id constants ntfsSecurityId*


[Expand]
NTFS default security Id constants ntfsDefaultSecurityId*


[Expand]
NTFS default descriptor constants ntfsDefaultDescriptor*


[Expand]
NTFS security offset constants ntfsSecurityOffset*


[Expand]
NTFS index name constants ntfsIndexName*


[Expand]
NTFS index order constants ntfsIndexOrder*


[Expand]
NTFS stream name constants ntfsStreamName*


[Expand]
NTFS file namespace constants ntfsNameSpace*


[Expand]
NTFS display type constants ntfsDisplayType*


[Expand]
NTFS collate type constants ntfsCollateType*


[Expand]
NTFS volume flag constants ntfsVolumeFlag*


[Expand]
NTFS file record flag constants ntfsFileRecordFlag*


[Expand]
NTFS attribute flag constants ntfsAttrDefFlag* ntfsAttributeFlag*


[Expand]
NTFS attribute constants ntfsAttribute*


[Expand]
NTFS index header flag constants ntfsIndexHeaderFlag*


[Expand]
NTFS index entry flag constants ntfsIndexEntryFlag*


[Expand]
NTFS quota flag constants ntfsQuotaFlag*


[Expand]
NTFS reparse tag constants ntfsReparseTag*


[Expand]
NTSF reparse tag flag constants ntfsReparseTagFlag*


[Expand]
NTFS reparse tag type constants ntfsReparseTagType*


[Expand]
NTFS extended attribute flag constants ntfsExtendedAttributeFlag*


[Expand]
NTFS default size constants ntfsDefault*Size


[Expand]
NTFS log file constants ntfsLogFile*


[Expand]
NTFS old log file size constants ntfs*OldLogSize


[Expand]
NTFS log file size constants ntfs*LogSize


[Expand]
NTFS MFT/MFTMirr start constants ntfsMftStart*


[Expand]
NTFS file size constants ntfsFileSize*


[Expand]
NTFS stream size constants ntfsStreamSize*


[Expand]
NTFS header size constants ntfs*HeaderSize*


[Expand]
NTFS attribute size constants ntfsAttribute*Size


[Expand]
NTFS data size constants ntfs*Size


[Expand]
NTFS key size constants ntfs*KeySize


[Expand]
NTFS update sequence size constants ntfsUpdateSequenceSize*


[Expand]
NTFS sector count constants ntfs*SectorCount


Type definitions


To be documented

Public variables



NTFS specific variables

SecurityHashPadding:LongWord = ntfsSecurityHashPadding;


Function declarations


None defined


Return to Unit Reference