Re: [Lazarus] Remote Registry...

2013-08-23 Thread Michael Van Canneyt
On Fri, 23 Aug 2013, Flávio Etrusco wrote: On Thu, Aug 22, 2013 at 9:55 PM, waldo kitty wkitt...@windstream.net wrote: On 8/22/2013 16:46, Liyuan Garcia Caballero wrote: Hi guys, I need access to remote registry of Microsoft Window and get a data, it's posible with Pascal? of course it

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Sven Barth
Am 23.08.2013 09:50, schrieb Michael Van Canneyt: On Fri, 23 Aug 2013, Flávio Etrusco wrote: On Thu, Aug 22, 2013 at 9:55 PM, waldo kitty wkitt...@windstream.net wrote: On 8/22/2013 16:46, Liyuan Garcia Caballero wrote: Hi guys, I need access to remote registry of Microsoft Window and

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Sven Barth
Am 23.08.2013 10:05, schrieb Sven Barth: Am 23.08.2013 09:50, schrieb Michael Van Canneyt: On Fri, 23 Aug 2013, Flávio Etrusco wrote: On Thu, Aug 22, 2013 at 9:55 PM, waldo kitty wkitt...@windstream.net wrote: On 8/22/2013 16:46, Liyuan Garcia Caballero wrote: Hi guys, I need access to

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Michael Van Canneyt
Not entirely. According to the Delphi documentation RootKey needs to be set instead of CurrentKey and also the key must be closed in the end. I've already done the implementation and I'm currently testing it. As a workaround for older FPC versions simply set RootKey to the value returned by

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Sven Barth
Am 23.08.2013 10:37, schrieb Michael Van Canneyt: Not entirely. According to the Delphi documentation RootKey needs to be set instead of CurrentKey and also the key must be closed in the end. I've already done the implementation and I'm currently testing it. As a workaround for older FPC

Re: [Lazarus] Remote Registry...

2013-08-23 Thread waldo kitty
On 8/22/2013 23:08, Flávio Etrusco wrote: I guess he means this: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724840%28v=vs.85%29.aspx interesting... you'd think that people would mention these things and give links as above if it is what they are actually after... thanks for the

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Sven Barth
On 23.08.2013 15:46, waldo kitty wrote: On 8/22/2013 23:08, Flávio Etrusco wrote: I guess he means this: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724840%28v=vs.85%29.aspx interesting... you'd think that people would mention these things and give links as above if it is what

Re: [Lazarus] Remote Registry...

2013-08-23 Thread waldo kitty
On 8/23/2013 13:25, Sven Barth wrote: On 23.08.2013 15:46, waldo kitty wrote: On 8/22/2013 23:08, Flávio Etrusco wrote: I guess he means this: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724840%28v=vs.85%29.aspx interesting... you'd think that people would mention these things

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Sven Barth
On 23.08.2013 19:51, waldo kitty wrote: On 8/23/2013 13:25, Sven Barth wrote: On 23.08.2013 15:46, waldo kitty wrote: On 8/22/2013 23:08, Flávio Etrusco wrote: I guess he means this: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724840%28v=vs.85%29.aspx interesting... you'd

[Lazarus] Remote Registry...

2013-08-22 Thread Liyuan Garcia Caballero
Hi guys, I need access to remote registry of Microsoft Window and get a data, it's posible with Pascal? Somebody can share one code? Thank a lot -- Este mensaje ha sido analizado por MailScanner en busca de virus y otros contenidos peligrosos, y se considera que está limpio. --

Re: [Lazarus] Remote Registry...

2013-08-22 Thread waldo kitty
On 8/22/2013 16:46, Liyuan Garcia Caballero wrote: Hi guys, I need access to remote registry of Microsoft Window and get a data, it's posible with Pascal? of course it is possible... the question is how are you expecting to be able to perform this task... Somebody can share one code? no

Re: [Lazarus] Remote Registry...

2013-08-22 Thread Flávio Etrusco
On Thu, Aug 22, 2013 at 9:55 PM, waldo kitty wkitt...@windstream.net wrote: On 8/22/2013 16:46, Liyuan Garcia Caballero wrote: Hi guys, I need access to remote registry of Microsoft Window and get a data, it's posible with Pascal? of course it is possible... the question is how are you