You can't do this for a statically linked function. The only way to work around this would be to set up a lookup table for the function name that would give you the function pointer, but dealing with arguments could be complicated.
If you are calling this function in a DLL, then you can use GetProcAddress on the function name to retrieve a function pointer, then call it with that pointer.
Best Regards,
Chris Matthews
Measurement Studio Support Manager