Where can I find documentation that describes the meaning of error codes returned by regsvr32, such as 0x80070716?
The error is defined in winerror.h
. Microsoft's reference is at System Error Codes.
In my case the error code is 0x0716, which is 1814L. This error code corresponds to ERROR_RESOURCE_NAME_NOT_FOUND
.