TDiskSecurity
From Ultibo.org
Return to Unit Filesystem
Description
To be documented
Class definitions
[Expand]
TDiskSecurity = class(TObject)
Function declarations
[Expand]
constructor TDiskSecurity.CreateFromSecurity(ALocalLock:TMutexHandle; ASecurity:TDiskSecurity);
Description: To be documented
[Expand]
constructor TDiskSecurity.CreateFromDescriptor(ALocalLock:TMutexHandle; ADescriptor:Pointer);
Description: To be documented
[Expand]
function TDiskSecurity.SecurityDescriptorEx(ALocal:Boolean):Pointer;
Description: To be documented
[Expand]
function TDiskSecurity.MergedDescriptor(AChild:Pointer):Pointer;
Description: To be documented
[Expand]
function TDiskSecurity.ReleaseDescriptor(ADescriptor:Pointer; AInherited,AMerged:Boolean):Boolean;
Description: To be documented
[Expand]
function TDiskSecurity.CopyToSecurity(ASecurity:TDiskSecurity):Boolean;
Description: To be documented
[Expand]
function TDiskSecurity.CopyFromSecurity(ASecurity:TDiskSecurity):Boolean;
Description: To be documented
[Expand]
function TDiskSecurity.CopyToDescriptor(ADescriptor:Pointer; ASize:LongWord):Boolean;
Description: To be documented
[Expand]
function TDiskSecurity.CopyToDescriptorEx(ADescriptor:Pointer; ASize:LongWord; ALocal:Boolean):Boolean;
Description: To be documented
[Expand]
function TDiskSecurity.CopyFromDescriptor(ADescriptor:Pointer; ASize:LongWord):Boolean;
Description: To be documented
Return to Unit Reference