Windows error 0x800A0062, -2146828190

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode10 (0x00a)
NameFACILITY_CONTROL[1][2]
DescriptionThe source of the error code is the control mechanism.[1][2]
Error Code98 (0x0062)

Questions

0votes
1answer

CoMarshalInterThreadInterfaceInStream returns 0x800A0062 for Visual Basic 6 classes

I have C++/ATL-based COM object with method that accepts interface to allow callbacks: MIDL [object, uuid(...), dual, nonextensible, oleautomation, pointer_default(unique)] interface IAsyncEvents : IDispatch{ [id(1)] HRESULT OnProgress([in]BSTR message); }; [object, uuid(...), dual, nonextensible, pointer_default(unique)] interface IAsyncWorker : IDispatch{ HRESULT CallMe(BSTR message, IAsyncEvents* events); }; COM Object implements IAsyncWorker interface. The [...] read more
c++
com
vb6
atl

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0