Do you have a function prototype for what you will be using to send the file, for an example of why you need a pointer and/or what kind of pointer you need...?
Such as: Declare Function [Lib "X.DLL"] X(Y As Integer, Z As Long) As Long
- or - long x(int Y, long Z)
If it is a C/C++ function
Visit My Site PROGRAMMER: Red-eyed, mumbling mammal capable of conversing with inanimate objects.
I don't see why you would need a pointer unless they are using some C/C++ library to handle the tranfer...
Which in that case, you can usually use the ByRef to pass the reference of the string so that the C Function recieves the pointer... (I could be wrong though)
Visit My Site PROGRAMMER: Red-eyed, mumbling mammal capable of conversing with inanimate objects.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.