[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwawbemcli.pas line 1028
type IEnumWbemClassObject = interface(IUnknown) |
function Reset; |
function Next(); |
function NextAsync(); |
function Clone(); |
function Skip(); |
end; |
| |
IInterface |