[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwawbemcli.pas line 1047
type IWbemContext = interface(IUnknown) |
function Clone(); |
function GetNames(); |
function BeginEnumeration(); |
function Next(); |
function EndEnumeration; |
function SetValue(); |
function GetValue(); |
function DeleteValue(); |
function DeleteAll; |
end; |
| |
IInterface |