|
-
November 24th, 1999, 06:34 AM
#1
pointer to long var
Is there any trick to get the address/pointer of/to a long variable ?
(like &-operator in C)
Thanks
-
November 24th, 1999, 07:10 AM
#2
Re: pointer to long var
use the undocumented VarPtr function in VB
-
November 24th, 1999, 10:04 AM
#3
Re: pointer to long var
Thank you Lothar.
Do you know another undocumented function for the '*' or '->' C-operator ?
-
November 24th, 1999, 10:33 AM
#4
Re: pointer to long var
no, but having retrieved the address of the variable or object (ObjPtr), you can use CopyMemory API to access that memory (very carefully :-))
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
|