Windows error 0x80040241, -2147220927

Detailed Error Information

TPC_E_INVALID_PROPERTY[1]

MessageTabletPC inking error code. The property was not found, or supported by the recognizer
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code577 (0x0241)

Questions

1vote
1answer

Exception with source filter in DirectShow (0x80040241)

var m_FilterGraph = (IFilterGraph2)new FilterGraph(); int hr = m_FilterGraph.AddSourceFilter(file, "Ds.NET FileFilter", out capFilter); When my project is x64 it will throw System.Runtime.InteropServices.COMException (0x80040241): The source filter for this file could not be loaded. With x86 everything is OK. It's c# code but the problem is present in every x64 app [...] read more
64-bit
32bit-64bit
directshow
directshow.net
source-filter

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0