|
-
May 29th, 2003, 11:36 AM
#1
Thread Starter
New Member
"address of" operator in VB.NET
Can anyone tell me how to get the memory address of a variable in Visual Basic.NET?
I know you are supposed to just pass things around "ByRef" but I am using C functions as well which take pointers so i need specific memory addresses so that I can be sure I am passing things in right.
Can someone tell me how to find the address of a variable? This would be equivalent to the & operator in C. i.e. &x means address of x.
Thanks in advance!
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
|