Error 0x80072EE9

Value: -2147012887 | 0x80072EE9 | 2147954409

What does it mean ?

ERROR_INTERNET_INVALID_OPTION  
A request to InternetQueryOption or InternetSetOption specified an invalid option value.
Value: 12009 | 0x2EE9 | 0b0010111011101001
WININET_E_INVALID_OPTION  
The option is invalid
Value: 12009 | 0x2EE9 | 0b0010111011101001
ERROR_WINHTTP_INVALID_OPTION  
The option is invalid
Value: 12009 | 0x2EE9 | 0b0010111011101001

Where does it come from ?

FACILITY_WIN32  
Provides a way to handle error codes from functions in the Win32 API as an HRESULT. (Error codes in 16 - bit OLE that duplicated Win32 error codes have also been changed to FACILITY_WIN32)
Value: 7 | 0x007 | 0b00000111

Other Errors for FACILITY_WIN32