[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 2250
type IADsComputer = interface(IADs) |
function Get_ComputerID; |
function Get_Site; |
function Get_Description; |
procedure Set_Description(); |
function Get_Location; |
procedure Set_Location(); |
function Get_PrimaryUser; |
procedure Set_PrimaryUser(); |
function Get_Owner; |
procedure Set_Owner(); |
function Get_Division; |
procedure Set_Division(); |
function Get_Department; |
procedure Set_Department(); |
function Get_Role; |
procedure Set_Role(); |
function Get_OperatingSystem; |
procedure Set_OperatingSystem(); |
function Get_OperatingSystemVersion; |
procedure Set_OperatingSystemVersion(); |
function Get_Model; |
procedure Set_Model(); |
function Get_Processor; |
procedure Set_Processor(); |
function Get_ProcessorCount; |
procedure Set_ProcessorCount(); |
function Get_MemorySize; |
procedure Set_MemorySize(); |
function Get_StorageCapacity; |
procedure Set_StorageCapacity(); |
function Get_NetAddresses; |
procedure Set_NetAddresses(); |
property ComputerID: WideString; [r] |
property Site: WideString; [r] |
property Description: WideString; [rw] |
property Location: WideString; [rw] |
property PrimaryUser: WideString; [rw] |
property Owner: WideString; [rw] |
property Division: WideString; [rw] |
property Department: WideString; [rw] |
property Role: WideString; [rw] |
property OperatingSystem: WideString; [rw] |
property OperatingSystemVersion: WideString; [rw] |
property Model: WideString; [rw] |
property Processor: WideString; [rw] |
property ProcessorCount: WideString; [rw] |
property MemorySize: WideString; [rw] |
property StorageCapacity: WideString; [rw] |
property NetAddresses: OleVariant; [rw] |
end; |
| |
| |
IInterface |