MT5 handle to C++ memory address

 

I would like to know how to get the memory address from MT4/MT5 handles that can be used in C++ via DLLs? Thanks

 
MQL pointers are not addresses. You cannot.

Only way to work with pointers is using memcpy from winapi.