Windows error 0x800A0062, -2146828190
Detailed Error Information
HRESULT analysis[1]
Flags | Severity | Failure |
---|
Reserved (R) | false |
---|
Origin | Microsoft |
---|
NTSTATUS | false |
---|
Reserved (X) | false |
---|
Facility | Code | 10 (0x00a) |
---|
Name | FACILITY_CONTROL[1][2] |
---|
Description | The source of the error code is the control mechanism.[1][2] |
---|
Error Code | 98 (0x0062) |
---|
Questions
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 moreComments
Leave a comment
Sources
- https://msdn.microsoft.com/en-us/library/cc231198.aspx
- winerror.h from Windows SDK 10.0.14393.0
User contributions licensed under CC BY-SA 3.0