Dear Friends,
I have a windows dll, in my perl script, i am able to load the dll using the Win32::LoadLibrary function and also i a getting the function pointer of the function in the dll, I am using Win32::GetProcAddress function to get the function pointer of the functions in dll. Now How should I call the function using the function pointer which i got from Win32::GetProcAddress?
Thanks in advance.