A
active
I downloaded the Win32 Library which saved me MUCH work.
Some (All?) of the returned handles are typed int.
As I used them I often changed them in my copy of win32 to IntPtr because an
argument that used it was typed IntPtr.
Now I wonder if a Handle make more sense being an integer or an IntPtr.
I believe it's really an index rather than a pointer so Integer seems to
make more sense.
Any helpful comments would be appreciated,
Cal
Some (All?) of the returned handles are typed int.
As I used them I often changed them in my copy of win32 to IntPtr because an
argument that used it was typed IntPtr.
Now I wonder if a Handle make more sense being an integer or an IntPtr.
I believe it's really an index rather than a pointer so Integer seems to
make more sense.
Any helpful comments would be appreciated,
Cal