VBForums
>
Visual Basic
>
API
> Physical Address of a variable or structure
PDA
Click to See Complete Forum and Search -->
:
Physical Address of a variable or structure
nitinp
Jan 16th, 2002, 05:51 PM
How can I find the physical memory address of a variable or a structure which is declared inside a VB code ?
jim mcnamara
Jan 16th, 2002, 08:42 PM
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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.