[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwawbemcli.pas line 959
type IWbemObjectAccess = interface(IWbemClassObject) |
function GetPropertyHandle(); |
function WritePropertyValue(); |
function ReadPropertyValue(); |
function ReadDWORD(); |
function WriteDWORD(); |
function ReadQWORD(); |
function WriteQWORD(); |
function GetPropertyInfoByHandle(); |
function Lock(); |
function Unlock(); |
end; |
| |
| |
IInterface |