The following command lists all the functions which are exported from a DLL.
Dumpbin/exports filename
Type the following command in Visual Studio command prompt.
Dumpbin/exports Csp2.dll
Command name will list all the exported functionanmes from the DLL