07-23-2007 09:19 AM
07-24-2007 08:25 AM
Assuming that you don't need to do anything with that pointer aside from pass it around, you can declare that parameter as a "ByVal Long image" in your declaration. Declare a variable (as a Long) to pass in to the image parameter.