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);
>
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
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
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
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
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