Russell Lewis Wrote: > Your code below shouldn't work because void* is 4 bytes (a single > pointer) whereas a delegate is 8 bytes (two pointers). But you can do this: So, my only chance is if I wrap the delegate somehow. Thanks Russell.