Windows error 0x000004C7, 1223

Detailed Error Information

CANCELLED[1]

MessageThe operation was canceled by the user.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800704C7.

HRESULT analysis: flags: none; facility: 0 (FACILITY_NULL); error: 1223 (more)

Questions

0votes
1answer

An Outlook plugin memory leak when using CComVariant

I'm analyzing a handle leak and memory leak in a Outlook plugin. I put my analysis step here, as I hardly have any c++ knowledge (Last time I used c++ is 7 years ago). After searching from Google, I used WinDbg's !htrace -diff command to find the handle leak. Also, [...] read more
c++
memory-leaks

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