import"IWebError.idl";
|
HRESULT | init ([in] BSTR domain, [in] int code, [in] BSTR url) |
|
HRESULT | code ([out, retval] int *result) |
|
HRESULT | domain ([out, retval] BSTR *result) |
|
HRESULT | localizedDescription ([out, retval] BSTR *result) |
|
HRESULT | localizedFailureReason ([out, retval] BSTR *result) |
|
HRESULT | localizedRecoveryOptions ([out, retval] IEnumVARIANT **enumOptions) |
|
HRESULT | localizedRecoverySuggestion ([out, retval] BSTR *result) |
|
HRESULT | recoverAttempter ([out, retval] IUnknown **result) |
|
HRESULT | userInfo ([out, retval] IPropertyBag **result) |
|
HRESULT | failingURL ([out, retval] BSTR *result) |
|
HRESULT | isPolicyChangeError ([out, retval] BOOL *result) |
|
◆ code()
HRESULT IWebError::code |
( |
[out, retval] int * |
result | ) |
|
◆ domain()
HRESULT IWebError::domain |
( |
[out, retval] BSTR * |
result | ) |
|
◆ failingURL()
HRESULT IWebError::failingURL |
( |
[out, retval] BSTR * |
result | ) |
|
◆ init()
◆ isPolicyChangeError()
HRESULT IWebError::isPolicyChangeError |
( |
[out, retval] BOOL * |
result | ) |
|
◆ localizedDescription()
HRESULT IWebError::localizedDescription |
( |
[out, retval] BSTR * |
result | ) |
|
◆ localizedFailureReason()
HRESULT IWebError::localizedFailureReason |
( |
[out, retval] BSTR * |
result | ) |
|
◆ localizedRecoveryOptions()
HRESULT IWebError::localizedRecoveryOptions |
( |
[out, retval] IEnumVARIANT ** |
enumOptions | ) |
|
◆ localizedRecoverySuggestion()
HRESULT IWebError::localizedRecoverySuggestion |
( |
[out, retval] BSTR * |
result | ) |
|
◆ recoverAttempter()
HRESULT IWebError::recoverAttempter |
( |
[out, retval] IUnknown ** |
result | ) |
|
◆ userInfo()
HRESULT IWebError::userInfo |
( |
[out, retval] IPropertyBag ** |
result | ) |
|
The documentation for this interface was generated from the following file: