As you know there are two fields in Registry.
Name and Data
Say Name has value "Left" and data "4545".
I know the data info can be extracted by using RegQueryValueEx
but how do I extract the value in Name. In this case "Left"?

Thanks,
Simon