V
Valerie Hough
In C#:
How do I construct an IntPtr object to point to an instance of a class, pass
it somewhere, then reference it once again as the original object.?
My specific implementation is to use PostMessage to pass my class instance
as the "lParam" of the message.
Thanks in advance.
Valerie Hough
How do I construct an IntPtr object to point to an instance of a class, pass
it somewhere, then reference it once again as the original object.?
My specific implementation is to use PostMessage to pass my class instance
as the "lParam" of the message.
Thanks in advance.
Valerie Hough