"Robert Shearman" rob@codeweavers.com wrote:
You can pass HBITMAPs between processes on Windows, although you are correct in saying that they aren't user handles. Of course, passing bitmap handles between processes on Wine won't work yet.
Feng Yuan's book claims that while GDI handles are kernel objects Windows kernel doesn't allow them to work across process boundaries. My tests confirm that.