Hi,
http://msdn2.microsoft.com/en-us/library/aa384203.aspx
"Handles to named objects such as mutexes, semaphores, and file handles can
all be shared."
Does this mean that I can use DuplicateHandle in a 64-bit process and pass
the duplicated handle truncated to 32-bits to the appropriate 32-bit process
and call DuplicateHandle in a 32-bit process and pass the duplicated handle
zero-extended to 64-bits to the appropriate 64-bit process?
Thanks for your help.
Kornél