I got only dll file that come with application and it seem all function exported are very interresting .Do possible to generate all that exported function to c++ header file ?
I need to make some hooking on that function ,and i have to know about argument pass and return type
TIA.