Posted: Thu Dec 29, 2011 1:15 am Post subject: About VirtualQueryEx..
Befor write this, I cant speak english very well.
So please understand well.
---------------
Hi, I am a person to wonder about Virtualqueryex.
the vqe returns readable memoryregion in memorybasicinformation with
baseaddress.
the start of the region returned by baseaddress,
but How can i know the finish of the region?
Please answer to me.
Thanks for reading.
VirtualQueryEx will fill a MEMORY_BASIC_INFORMATION structure that you give it with the information you need. You can determine the end based on the start and size.
start + size will be the end of the region. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum