[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 3118
type IADsFileShare = interface(IADs) |
function Get_CurrentUserCount; |
function Get_Description; |
procedure Set_Description(); |
function Get_HostComputer; |
procedure Set_HostComputer(); |
function Get_Path; |
procedure Set_Path(); |
function Get_MaxUserCount; |
procedure Set_MaxUserCount(); |
property CurrentUserCount: Integer; [r] |
property Description: WideString; [rw] |
property HostComputer: WideString; [rw] |
property Path: WideString; [rw] |
property MaxUserCount: Integer; [rw] |
end; |
| |
| |
IInterface |