Error 0x80070022

Value: -2147024862 | 0x80070022 | 2147942434

What does it mean ?

ERROR_WRONG_DISK  
The wrong diskette is in the drive. // Insert %2 (Volume Serial Number: %3) into drive %1.
Value: 34 | 0x0022 | 0b0000000000100010

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