IWMPErrorItem::get_errorDescription (Windows Embedded CE 6.0)
1/6/2010
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.