|
-
Jan 16th, 2002, 06:51 PM
#1
Thread Starter
New Member
Physical Address of a variable or structure
How can I find the physical memory address of a variable or a structure which is declared inside a VB code ?
-
Jan 16th, 2002, 09:42 PM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|