IShellUIHelper2::BrandImageUri Method

Not supported. Retrieves the Uniform Resource Identifier (URI) of an alternate product image.

Syntax

HRESULT BrandImageUri(
    BSTR *pbstrUri
);

Parameters

  • pbstrUri
    [out, retval] BSTR that receives the URI of the brand image. Caller frees the memory with SysFreeString.

Return Value

Returns one of the following values:

S_OK Success.
E_ACCESSDENIED Method is not allowed in the current domain.

Remarks

IShellUIHelper2::BrandImageUri was introduced in Windows Internet Explorer 7.

This method can only be called from a "first run" page in the correct domain.

This method reads from the following registry key.

HKEY_LOCAL_MACHINE
     SOFTWARE
          Microsoft
               Internet Explorer
                    Main
                         BrandImageUri

See Also

IShellUIHelper2::SearchGuideUrl