in reply to Value Sought from Subroutine Argument?
This is odd. I wonder how Win32::OLE determines the arguments of the functions. I noticed that MSDN documents the argument as being uint32, not uint32& or uint32*. I wonder if that is related.
I tried passing a pointer using unpack('I', pack('P', $dwValue)), but it didn't help.
|
|---|