|
-
March 15th, 2001, 06:49 PM
#1
Pointer as parameter?
How do use a function that needs a pointer as a parameter in VB. [i.e. ShGetSpecialFolderLocation() ]
-
March 15th, 2001, 08:52 PM
#2
Re: Pointer as parameter?
You might look at the "AddressOF" function. Don't know if it will help, but it is the only pointer thingy I know VB works with.
John G
-
March 15th, 2001, 10:04 PM
#3
Re: Pointer as parameter?
you can declare that parameter as any. something like this
function c(d as any) as long
hope this help
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
|