According to this VirtualAlloc allows the value of address parameter to be null and the "the system determines where to allocate the region."
The question is, is there a way to know the allocated address? If yes, how?
According to this VirtualAlloc allows the value of address parameter to be null and the "the system determines where to allocate the region."
The question is, is there a way to know the allocated address? If yes, how?
The same reference document about
VirtualAlloc
states concerning the value returned by the function: