Windows error 0x80010117, -2147417833

Detailed Error Information

RPC_E_CALL_COMPLETE[1]

MessageCall context cannot be accessed after call completed.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode1 (0x001)
NameFACILITY_RPC[2][1]
DescriptionThe source of the error code is an RPC subsystem.[2][1]
Error Code279 (0x0117)

Questions

2votes
1answer

Error initializing the InputInjector in UWP

I'm using InputInjector to simulate a mouse click on a UI element in my custom UWP control (which is included into a WPF application using XamlHost). I implemented based on this article. It works fine on my PC, but on another PC can't create the Input Injector instance. When the [...] read more
c#
uwp
1vote
1answer

WSRM error on Server running SQL databases

I have a Server Running Windows Server 2008 Enterprise Edition With SQL 2005. There is no problems with the server in its day to day functions but i am getting a Warning in the Event Log every 5 minutes with the following: > Windows System Resource Manager encountered the following [...] read more
windows-server-2008
windows

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