I am using VC++. the hr return value returned by a COM function is “-1072875847“.
Can anyone kindly let me know how to decipher the hr values to their actual meaning.
specifically What does “-1072875847” stand for ?
Thank in advance.
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 codes are
HRESULTvalues and are better read in hex. This one is0xC00D36B9, which is Media Foundation Error “An object ran out of media types to suggest therefore the requested chain of streaming objects cannot be completed.” (MF_E_NO_MORE_TYPES).