Error 0x80072EF6

Value: -2147012874 | 0x80072EF6 | 2147954422

What does it mean ?

ERROR_INTERNET_BAD_REGISTRY_PARAMETER  
A required registry value was located but is an incorrect type or has an invalid value.
Value: 12022 | 0x2EF6 | 0b0010111011110110
WININET_E_BAD_REGISTRY_PARAMETER  
The registry parameter is incorrect
Value: 12022 | 0x2EF6 | 0b0010111011110110

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