Share via


IWMPErrorItem::get_errorDescription

Other versions of this page are also available for the following:

8/28/2008

The get_errorDescription method retrieves a description of the error.

Syntax

HRESULT get_errorDescription( BSTR* pbstrDescription ); 

Parameters

  • pbstrDescription
    [out]  Pointer to a BSTR containing the description.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description

S_OK

The method succeeded.

Remarks

You should set a VARIANT_BOOL to FALSE and pass it into IWMPSettings::put_enableErrorDialogs if you choose to display custom error messages.

See Also

Reference

IWMPErrorItem Interface