IUIAutomationProxyFactoryEntry::ClassName Property
Sets or retrieves the class name of the proxy factory.
Syntax
HRESULT IUIAutomationProxyFactoryEntry::get_ClassName(BSTR *pclassName); HRESULT IUIAutomationProxyFactoryEntry::put_ClassName(LPCWSTR className);
Parameters
- pclassName
The address of a variable that receives the class name.- className
The class name.
Return Value
Returns S_OK if successful, or an error value otherwise.