GetDescriptionFilePath method

Retrieves the local path of the XML-based Accelerator description file.

 

Syntax

HRESULT retVal = object.GetDescriptionFilePath(pbstrXmlPath);

Parameters

  • pbstrXmlPath [out]
    Type: BSTR

    The retrieved local path.

Return value

Type: HRESULT

This method can return one of these values.

Return code Description
OS_E_NOTFOUND

The property value was not available.

 

Remarks

A file path is unavailable for OpenSearch providers.

See also

IOpenServiceActivity::GetInstallUrl