EnumerateKey

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Howdy

What does EnumerateKey (in the registry) mean? Is it "get a list of value
and subkey names" or something like that, similar to dir? Or is it something
else?

Is it "read" or "write" operation?

Thanks

Adam
 
I am guessing you are using RegMon from Sysinternals. EnumerateKey means
it is querying for values of the open registry key. Essentially it is
reading and not writing

Best regards,

Frank Szita [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
OR if you wish to include a script sample in your post please add "Use of
included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top