COM Pointers and process termination

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-05-25T21:31:13Z Indexed on 2010/05/25 21:41 UTC
Read the original article Hit count: 313

Filed under:
|
|
|

Can an unreleased COM pointer to an external process (still alive) cause that process to hang on destruction?

Even with TerminateProcess called on it?

Process A has a COM interface pointer reference to Process B, now Process B issues a TerminateProcess on A, if some COM interface pointer to Process B in Process A is not released properly, could it be that the process hangs on termination?

© Stack Overflow or respective owner

Related posts about c++

Related posts about com