Windows error 0x80040003, -2147221501

Detailed Error Information

OLE_E_ADVISENOTSUPPORTED[1]

MessageThis implementation doesn't take advises
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 Code3 (0x0003)

Questions

2votes
0answers

Shell Style Drag and Drop object disposal using gdi32.dll DeleteObject

So... I have recently been developing a Winforms C# application in .NET 2.0 that uses the Shell Style drag and drop described in the great tutorial here: http://blogs.msdn.com/b/adamroot/archive/2008/02/19/shell-style-drag-and-drop-in-net-wpf-and-winforms.aspx This was used to give a semi-transparent image of the dragged control during the drag action. However, a secondary functionality is that [...] read more
c#
drag-and-drop
gdi
windows-shell
dispose
1vote
1answer

Exception on call hangup for landline phone

I am developing software for landline phones and full-duplex voice modems using C# and TAPI 3 library. Call answering is working fine but call hangup is throwing an exception. I did a lot of search to find solution but I could not. Following are the errors: > Exception is occurring [...] read more
c#
tapi
1vote
1answer

WithEvents error sinking a COM event that comes from a .NET component

I am attempting to raise an event in .NET and have it picked up through COM by a VBA application. This answer has been quite helpful in getting my events to show up properly in the type library. On the VBA side, everything looks legit. I have an object variable [...] read more
.net
vba
com
vb6
com-interop
0votes
2answers

C# Application attempting to use TAPI with a Toshiba CIX

I have a C# Tapi application which I'm developing to send from the computer to the Toshiba CIX tapi commands which route to the phones. The line itself isn't important as that part is working. I am able to dial the phone from the application. However answering and hanging up [...] read more
c#
phone-call
tapi
0votes
2answers

Grep Database from db2diag.log string

I want to get the Database String from Part EDUNAME: db2agent (PRD) My first try does not work ;-) sed 's/.*EDUNAME: .* (//' | sed 's/).*FUNCTION.*// Output: 2016-02-16-15.29.08.030467+060 I11738607E972 LEVEL: Error PID : 28641 TID : 46912874997504 PROC : db2sysc 0 INSTANCE: db2inst NODE : 000 DB : PRD APPHDL [...] read more
sed
grep

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