Quote Originally Posted by darwen
GCHandle is a wrapper to deliver the native pointer to managed memory.
Thanks, that was what I was looking for. I am coding in VC++ and was trying to do the same thing in VC. Any comments about the efficiency?