Einzelnen Beitrag anzeigen

Benutzerbild von nicodex
nicodex

Registriert seit: 2. Jan 2008
Ort: Darmstadt
286 Beiträge
 
Delphi 2007 Professional
 
#4

Re: Registry DeleteKey Problem unter XP64

  Alt 12. Jan 2009, 08:38
Du darfst/musst wohl RegDeleteKeyEx verwenden, da man nur dort KEY_WOW64_64KEY übergeben kann.

Steht auch in der Dokumentation von RegDeleteKey (welches von TRegistry verwendet wird):
Zitat:
64-bit Windows: On WOW64, 32-bit applications view a registry tree that is separate from the registry tree that 64-bit applications view. To enable an application to delete an entry in the alternate registry view, use the RegDeleteKeyEx function.
  Mit Zitat antworten Zitat