Windows error 0x80040223, -2147220957

Detailed Error Information

IMAPI_E_WRONGDISC[1]

Declared inimapierror.h

TPC_E_INITIALIZE_FAIL[2]

MessageTabletPC inking error code. Initialization failure
Declared inwinerror.h

HRESULT analysis[3]

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

Questions

1vote
1answer

Drawing with Touch in WinRT

I'm using the following example. http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.input.pointereventhandler?cs-save-lang=1&cs-lang=vb#code-snippet-1 I've tried modifying it a few different ways but am not able to make touch work to draw with on the screen. The program fails on this function Public Function InkCanvas_PointerPressed(sender As Object, e As PointerRoutedEventArgs) 'Get information about the pointer location Dim pt [...] read more
c#
.net
vb.net
touch
windows-runtime

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0