Alessandro Angeli replied to Johnson
03-Feb-10 03:12 PM
From: "Johnson"
The interface reference is a memory pointer and it is valid
only in the memory space of the process that allocated it.
If you are trying to use it from a different process, the
result would be an access violation (if that address range
has not been mapped) or, worse, unpredictable because of
heap corruption (if it has).
That's up to you. Windows provides several IPC
(inter-process communication) mechanisms:
http://groups.google.com/group/microsoft.public.win32.programmer.directx.video/msg/24fc36c756a25ecc
--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// mvpnews at riseoftheants dot com
// http://www.riseoftheants.com/mmx/faq.htm