in reply to Where's the result??? (problem with Win32::OLE)
$result will still be a Win32::OLE::Variant object, but it should stringify correctly to the returned value.use Win32::OLE::Variant; # ... my $result = Variant(VT_BYREF|VT_BSTR); my $return = $registry->GetStringValue(2147483650, $strPath, $strV +alue, $result);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Where's the result??? (problem with Win32::OLE)
by jpavel (Sexton) on Mar 26, 2003 at 20:52 UTC | |
|
Re: Re: Where's the result??? (problem with Win32::OLE)
by jpavel (Sexton) on Mar 26, 2003 at 21:22 UTC | |
by jand (Friar) on Mar 26, 2003 at 23:04 UTC | |
by jpavel (Sexton) on Mar 27, 2003 at 15:00 UTC | |
by jand (Friar) on Mar 27, 2003 at 22:24 UTC | |
by jand (Friar) on Mar 26, 2003 at 21:27 UTC |