bassman4444
IS-IT--Management
Hello,
I'm looking for getting the values contained in the registers pointed by an IntPtr. In fact, it's a bitmap file, but I only can get its memory location with the IntPtr. So, how could I get its own value ?
Here is a part of the code:
IntPtr hbitmap = Intptr.Yero;
TwRC rc;
rc = DSiinf( appid, srcds, TwDG.Image, TwDAT.ImageNativeXfer, TwMSG.Get, ref hbitmap);
//TODO: get the values in the registers pointed by IntPtr hbitmap
Thanks in advance and have a nice day !
Pat
I'm looking for getting the values contained in the registers pointed by an IntPtr. In fact, it's a bitmap file, but I only can get its memory location with the IntPtr. So, how could I get its own value ?
Here is a part of the code:
IntPtr hbitmap = Intptr.Yero;
TwRC rc;
rc = DSiinf( appid, srcds, TwDG.Image, TwDAT.ImageNativeXfer, TwMSG.Get, ref hbitmap);
//TODO: get the values in the registers pointed by IntPtr hbitmap
Thanks in advance and have a nice day !
Pat