Accessing the Win32 API there are several functions which declare a parameter type 'As Any'. This in C++ is just a 'void *'.

I'm learning to write some dll's in C++ using the ATL COM AppWizard. I know we cannot set a 'void *' for a parameter type. What type do we need to use to have it come across in VB 'As Any'

Thanks