Modify

Opened 14 years ago

Closed 13 years ago

#2122 closed Feature Request (Rejected)

KEY_WOW64_32KEY support for registry keywords

Reported by: JFX Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

Currently all Registry keyword support the 64 suffix to access native registry.
The counter part suffix 32 to access the WoW registry is missing.

http://www.autoitscript.com/autoit3/docs/functions/RegEnumVal.htm

Fixing this help file example could be nicely done,
without checking @AutoItX64 && appending Wow6432Node to the key.

For $i = 1 To 100
    Local $var = RegEnumVal("HKEY_LOCAL_MACHINE32\SOFTWARE\AutoIt v3\AutoIt", $i)
    If @error <> 0 Then ExitLoop
    MsgBox(4096, "Value Name  #" & $i & " under in AutoIt3 key", $var)
Next

Attachments (0)

Change History (1)

comment:1 by Jon, 13 years ago

Resolution: Rejected
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.