in reply to Re: Where's the result??? (problem with Win32::OLE)
in thread Where's the result??? (problem with Win32::OLE)
I _thought_ this would propogate with the keys. No such luck. I also tried initializing the blank array to a SID (since that is the length it is going to match) but again, no luck.$base = ''; my @keys = Variant(VT_ARRAY|VT_UI1, ''); $result = $registry->EnumKey(2147483651, $base, @keys); print "$base\nResult: $result\n"; foreach $key (@keys) { print "Key:$key\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Where's the result??? (problem with Win32::OLE)
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 | |
|
Re: Re: Re: Where's the result??? (problem with Win32::OLE)
by jand (Friar) on Mar 26, 2003 at 21:27 UTC |