Tagged Questions

0
votes
4answers
1k views

Getting an IntPtr to a ulong variable in C#

I need to pass an IntPtr to IStream.Read, and the IntPtr should point to a ulong variable. How do I get this IntPtr that points to my ulong variable?