IExtensibilityEntryPoint::get_CompanyLogoUrl Method

Gets the companyLogoUrl attribute of the application element that was set when the application was registered.

Note   This method has been deprecated.

Syntax

  HRESULT get_CompanyLogoUrl(
  BSTR*  pRetVal
);

Parameters

pRetVal

[out]  Address of a variable that receives a pointer to the companyLogoUrl attribute.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Requirements

Assembly: Ehextcom.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also