Share via


IUIAutomationProxyFactoryEntry::ImageName Property

Sets or retrieves the name of the image of the proxy factory.

Syntax

HRESULT IUIAutomationProxyFactoryEntry::get_ImageName(BSTR *pimageName);
HRESULT IUIAutomationProxyFactoryEntry::put_ImageName(LPCWSTR imageName);

Parameters

  • pimageName
    The address of a variable that receives a pointer to the image name. NULL is returned for the standard proxies.
  • imageName
    The image name.

Return Value

Returns S_OK if successful, or an error value otherwise.