Re: avifil32: remove 'recursive registry key delete' function

2007-06-07 Thread Detlef Riekenberg
On Do, 2007-06-07 at 00:00 +0200, Stefan Leichter wrote: Replacing recursive_delete_key with RegDeleteTree is not the same. As Example: > - res = recursive_delete_keyA(HKEY_CLASSES_ROOT, > list->progid); > + res = RegDeleteTreeA(HKEY_CLASSES_ROOT, list->progid); >

Re: crypt32: remove 'recursive registry key delete' function

2007-06-03 Thread Paul Vriens
On 6/3/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: Am Saturday 02 June 2007 12:03 schrieb Paul Vriens: > On 6/1/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: > > ChangeLog > > - > > replace CRYPT_RecurseDeleteKey with RegDeleteTreeW > > Hi Stefan, > > I don't think that's enou

Re: crypt32: remove 'recursive registry key delete' function

2007-06-02 Thread Stefan Leichter
Am Saturday 02 June 2007 12:03 schrieb Paul Vriens: > On 6/1/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: > > ChangeLog > > - > > replace CRYPT_RecurseDeleteKey with RegDeleteTreeW > > Hi Stefan, > > I don't think that's enough. There's a difference between SHDeleteKeyW > and RegD

Re: crypt32: remove 'recursive registry key delete' function

2007-06-02 Thread Paul Vriens
On 6/1/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: ChangeLog - replace CRYPT_RecurseDeleteKey with RegDeleteTreeW Hi Stefan, I don't think that's enough. There's a difference between SHDeleteKeyW and RegDeleteTreeW (see also http://wiki.winehq.org/RecursiveRegistryKeyDel

Re: registry key delete

2004-02-15 Thread Dimitrie O. Paun
On February 15, 2004 05:32 am, Zimler Attila wrote: > I made a patch to delete key from registry with regedit. However the > changes don't shows up until treeview is not refreshed. Could somebody > help in implementing RefreshTreeView? The solution with the RefreshListView() is not ideal but it wo

registry key delete

2004-02-15 Thread Zimler Attila
Hi List, I made a patch to delete key from registry with regedit. However the changes don't shows up until treeview is not refreshed. Could somebody help in implementing RefreshTreeView? Attila