Modify

Opened 12 years ago

Closed 11 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 Changed 11 years ago by Jon

  • Resolution set to Rejected
  • Status changed from new to closed

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.