How do i get the reg string from the handle integer?
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-05-23T01:35:38Z
Indexed on
2010/05/23
1:40 UTC
Read the original article
Hit count: 231
windows-registry
Hi, ive got the reg handles (as ints) being outputted, but i need to convert this to the HKLM/bla/bla....
I know that the 5 Root Keys are 0x80000000Y where Y is a value from 0 to 4, but i'm also getting much smaller values which represent nodes lower down in the registry leaves.
© Stack Overflow or respective owner