[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwawbemcli.pas line 986
type IWbemServices = interface(IUnknown) |
function OpenNamespace(); |
function CancelAsyncCall(); |
function QueryObjectSink(); |
function GetObject(); |
function GetObjectAsync(); |
function PutClass(); |
function PutClassAsync(); |
function DeleteClass(); |
function DeleteClassAsync(); |
function CreateClassEnum(); |
function CreateClassEnumAsync(); |
function PutInstance(); |
function PutInstanceAsync(); |
function DeleteInstance(); |
function DeleteInstanceAsync(); |
function CreateInstanceEnum(); |
function CreateInstanceEnumAsync(); |
function ExecQuery(); |
function ExecQueryAsync(); |
function ExecNotificationQuery(); |
function ExecNotificationQueryAsync(); |
function ExecMethod(); |
function ExecMethodAsync(); |
end; |
| |
IInterface |