Hi. i was wondering if there is a way to view the functions inside a .dll AND the parameters.

Example:

FunctionBlah(char* Test)

If there is no way to do this, is there a way to watch a program access a .dll and figure out the function parameters?

Any help appreicated!!