How can I find the physical memory address of a variable or a structure which is declared inside a VB code ?
Printable View
How can I find the physical memory address of a variable or a structure which is declared inside a VB code ?
There are three undocumented functions in VB
VarPtr - points to the memory location of a variable (Integer, etc)
ObjPtr - points to an object
StrPtr - points to the start of a string, not the descriptor