suppose you have
void g(int, void (*p)(int, int, int), int);
void f()
{
g(4, 3, ... @@here
}
in function f() when typing g( VA shows tooltip with function arguments.
just start filling arguments and see what happens.
I'm using latest VAX and VC60 SP5.
thanks,
Ara