How to allocate memory in another process for windows mobile
Posted
by Serafeim
on Stack Overflow
See other posts from Stack Overflow
or by Serafeim
Published on 2009-12-10T10:41:16Z
Indexed on
2010/05/15
23:50 UTC
Read the original article
Hit count: 205
I'd like to read the contents of another process listview control in windows mobile. To do this, I need a pointer to some free memory to that process in order to put the values there (and then read them from my process). This can be done in normal Windows or Win32 with the VirtualAllocEx function.
However, this function is not supported in windows mobile ! Can you recommend me a way to allocate that memory?
© Stack Overflow or respective owner