Is it possible to send a pointer to an object via Mach IPC by casting it into an int and then casting it back into the object. Would that work and how can that be done?
I want to send a CALayer object over to a different process. I don't think I can send raw objects via Mach IPC.