Where can I find documentation that describes the meaning of error codes returned by regsvr32, such as 0x80070716?
Where can I find documentation that describes the meaning of error codes returned by
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.