IExtensibilityEntryPoint::get_BackgroundColor Method

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

Note   This method has been deprecated.

Syntax

  HRESULT get_BackgroundColor(
  BSTR*  pRetVal
);

Parameters

pRetVal

[out]  Address of a variable that receives a pointer to the BackgroundColor 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