Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/cmake/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Msdn 如何解释HRESULT-1072868846_Msdn_Hresult - Fatal编程技术网

Msdn 如何解释HRESULT-1072868846

Msdn 如何解释HRESULT-1072868846,msdn,hresult,Msdn,Hresult,有人帮助解释什么是HRESULT-1072868846吗?我发现,但没有一个列表匹配 我调用的函数是 hr=m\u pReader->SetCurrentMediaType( (DWORD)MF\u源\u读卡器\u第一\u视频流, 空,pType): # for decimal -1072868846 / hex 0xc00d5212 MF_E_TOPO_CODEC_NOT_FOUND mferror.h # No s

有人帮助解释什么是HRESULT-1072868846吗?我发现,但没有一个列表匹配

我调用的函数是
hr=m\u pReader->SetCurrentMediaType(
(DWORD)MF\u源\u读卡器\u第一\u视频流,

空,pType)

# for decimal -1072868846 / hex 0xc00d5212
  MF_E_TOPO_CODEC_NOT_FOUND                                      mferror.h
# No suitable transform was found to encode or decode the
# content. %0
# 1 matches found for "-1072868846"

在程序员模式下使用计算器将其转换为十六进制,并搜索十六进制也很有效。

知道为什么会这样吗?我调用的函数是hr=m\u pReader->SetCurrentMediaType((DWORD)MF\u SOURCE\u READER\u FIRST\u VIDEO\u STREAM,NULL,pType);对不起,我对API不太了解:-(