Click here to Skip to main content
15,900,973 members
Please Sign up or sign in to vote.
1.33/5 (2 votes)
See more:
when we are calling IWebBrowser2::Navigate2 method we are getting four return value as given below:
S_OK -> The operation was successful. (0x00000000)
E_INVALIDARG -> One or more parameters are invalid.
E_OUTOFMEMORY-> Out of memory.
E_FAIL -> The operation failed.

Here i am getting other value than S_OK. i have printed return code and its 0x80004005. but i am unable to map it with above remaining 3 error.
Can anyone help in this ?
Posted
Updated 21-Apr-15 23:05pm
v2
Comments
Vibhukant Singh 22-Apr-15 5:07am    
i suppose answer is HRESULT = 0x80004005 - E_FAIL

1 solution

Lots of possibilities, see https://www.google.com/search?q=0x80004005[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900