
dattaforit
Novice
Mar 3, 2009, 2:05 AM
Post #1 of 3
(1013 views)
|
|
Calling the function using function pointer in the perl script.
|
Can't Post
|
|
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.
|