Try this code:
int val = 10;
int* p = &val;
int a = newFunc(p, *p);
After invoking 'Create from usage' for 'newFunc' function, dialog appears with following function signature:
quote:
int newFunc(int* p, UnknownType *p)
I think dereferenced pointer type can be substituted.
Thanks.
Visual Studio 2003, Windows 7 RTM x64