IExtensibilityEntryPoint::get_AppDescription Method

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

Note   This method has been deprecated.

Syntax

  HRESULT get_AppDescription(
  BSTR*  pRetVal
);

Parameters

pRetVal

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