Unit 'JwaAdsTLB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

IADsSecurityDescriptor

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: jwaadstlb.pas line 3454

type IADsSecurityDescriptor = interface(IDispatch)

  function Get_Revision;

  procedure Set_Revision();

  function Get_Control;

  procedure Set_Control();

  function Get_Owner;

  procedure Set_Owner();

  function Get_OwnerDefaulted;

  procedure Set_OwnerDefaulted();

  function Get_Group;

  procedure Set_Group();

  function Get_GroupDefaulted;

  procedure Set_GroupDefaulted();

  function Get_DiscretionaryAcl;

  procedure Set_DiscretionaryAcl();

  function Get_DaclDefaulted;

  procedure Set_DaclDefaulted();

  function Get_SystemAcl;

  procedure Set_SystemAcl();

  function Get_SaclDefaulted;

  procedure Set_SaclDefaulted();

  function CopySecurityDescriptor;

  property Revision: Integer; [rw]

  property Control: Integer; [rw]

  property Owner: WideString; [rw]

  property OwnerDefaulted: WordBool; [rw]

  property Group: WideString; [rw]

  property GroupDefaulted: WordBool; [rw]

  property DiscretionaryAcl: IDispatch; [rw]

  property DaclDefaulted: WordBool; [rw]

  property SystemAcl: IDispatch; [rw]

  property SaclDefaulted: WordBool; [rw]

end;

Inheritance

IADsSecurityDescriptor

|

IInterface


Documentation generated on: 2023-03-18