I am trying to call a function which needs no arguments but returns a long integer.
dim process as dword
'assign process to function address
dim result as long
call dword process to result 'I can't get this line to compile using PBDLL5.0
Any help appreciated.
Regards
Dave
dim process as dword
'assign process to function address
dim result as long
call dword process to result 'I can't get this line to compile using PBDLL5.0
Any help appreciated.
Regards
Dave
Comment