[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 3170
type IADsSession = interface(IADs) |
function Get_User; |
function Get_UserPath; |
function Get_Computer; |
function Get_ComputerPath; |
function Get_ConnectTime; |
function Get_IdleTime; |
property User: WideString; [r] |
property UserPath: WideString; [r] |
property Computer: WideString; [r] |
property ComputerPath: WideString; [r] |
property ConnectTime: Integer; [r] |
property IdleTime: Integer; [r] |
end; |
| |
| |
IInterface |