include: Add missing error codes.
This commit is contained in:
parent
39f416cd9d
commit
e08a7a6131
|
@ -166,3 +166,13 @@ coclass MediaDet
|
||||||
{
|
{
|
||||||
[default] interface IMediaDet;
|
[default] interface IMediaDet;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum
|
||||||
|
{
|
||||||
|
E_NOTINTREE = 0x80040400,
|
||||||
|
E_RENDER_ENGINE_IS_BROKEN = 0x80040401,
|
||||||
|
E_MUST_INIT_RENDERER = 0x80040402,
|
||||||
|
E_NOTDETERMINED = 0x80040403,
|
||||||
|
E_NO_TIMELINE = 0x80040404,
|
||||||
|
S_WARN_OUTPUTRESET = 40404
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue