As with VB .NET, you need to provide declarations for every function you call in the DLL.
I have a VB6 program for HIDs here:
http://www.lvr.com/hidpage.htmThis will show you the basic syntax for accessing functions in DLLs. You'll need to do something similar for WinUSB. My .NET declarations and function calls should also be of some use.
Jan