I am interfacing with a dll that returns a pointer to an int.

In python, I can use from_address:

 shape=list((c_int*rank).from_address(pi[2].contents.value))

Is there something equivalent in d? Or do I need to manually call ReadProcessMemory at that location?

Reply via email to