[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 4063
type IADsWinNTSystemInfo = interface(IDispatch) |
function Get_UserName; |
function Get_ComputerName; |
function Get_DomainName; |
function Get_PDC; |
property UserName: WideString; [r] |
property ComputerName: WideString; [r] |
property DomainName: WideString; [r] |
property PDC: WideString; [r] |
end; |
| |
IInterface |