I’m working with a Windows application, which sometimes returns error codes. Some of those error codes are application specific, but some seem to be generic, like this one: 0x800700A4 After some investigation this error code seems to be equal to 164 (A4, just remove the preceeding 0x8007), whose explanation can be found on Microsoft listRead more