IWbemClassObject::GetMethodOrigin

[This is preliminary documentation and subject to change.]

The IWbemClassObject::GetMethodOrigin method …

HRESULT IWbemClassObject::GetMethodOrigin(
  [in] BSTR strMethodName, 
  [out BSTR strClassName
);
 

Parameters

strMethodName
The name of the method for the object.
strClassName
Contains the parent class name.

Return Values

Remarks

See Also