TNTFSSecurityDescriptorAttribute

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSSecurityDescriptorAttribute = class(TNTFSDiskAttribute)


Function declarations



[Expand]
constructor TNTFSSecurityDescriptorAttribute.Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);
Description: To be documented


[Expand]
destructor TNTFSSecurityDescriptorAttribute.Destroy;
Description: To be documented


[Expand]
function TNTFSSecurityDescriptorAttribute.CreateSecurity:Boolean;
Description: Create a security, setup properties do not update Attribute


[Expand]
function TNTFSSecurityDescriptorAttribute.NewSecurity(ASecurity:TNTFSSecurity):Boolean;
Description: Create a security, setup properties and update Attribute


[Expand]
function TNTFSSecurityDescriptorAttribute.CalculatedStreamSize(AVersion:Word):Int64;
Description: To be documented


[Expand]
function TNTFSSecurityDescriptorAttribute.ReadSecurity(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: To be documented


[Expand]
function TNTFSSecurityDescriptorAttribute.WriteSecurity(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: To be documented


[Expand]
function TNTFSSecurityDescriptorAttribute.ReadData(ABuffer:Pointer; var AOffset:LongWord; AVersion:Word):Boolean;
Description: Read the resident attribute data from the supplied buffer at the supplied offset


[Expand]
function TNTFSSecurityDescriptorAttribute.WriteData(ABuffer:Pointer; var AOffset:LongWord; AVersion:Word):Boolean;
Description: Write the resident attribute data to the supplied buffer at the supplied offset


Return to Unit Reference