[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 2898
type IADsService = interface(IADs) |
function Get_HostComputer; |
procedure Set_HostComputer(); |
function Get_DisplayName; |
procedure Set_DisplayName(); |
function Get_Version; |
procedure Set_Version(); |
function Get_ServiceType; |
procedure Set_ServiceType(); |
function Get_StartType; |
procedure Set_StartType(); |
function Get_Path; |
procedure Set_Path(); |
function Get_StartupParameters; |
procedure Set_StartupParameters(); |
function Get_ErrorControl; |
procedure Set_ErrorControl(); |
function Get_LoadOrderGroup; |
procedure Set_LoadOrderGroup(); |
function Get_ServiceAccountName; |
procedure Set_ServiceAccountName(); |
function Get_ServiceAccountPath; |
procedure Set_ServiceAccountPath(); |
function Get_Dependencies; |
procedure Set_Dependencies(); |
property HostComputer: WideString; [rw] |
property DisplayName: WideString; [rw] |
property Version: WideString; [rw] |
property ServiceType: Integer; [rw] |
property StartType: Integer; [rw] |
property Path: WideString; [rw] |
property StartupParameters: WideString; [rw] |
property ErrorControl: Integer; [rw] |
property LoadOrderGroup: WideString; [rw] |
property ServiceAccountName: WideString; [rw] |
property ServiceAccountPath: WideString; [rw] |
property Dependencies: OleVariant; [rw] |
end; |
| |
| |
IInterface |