"Value Names" of registry key
-
Hi, Can any one tell me, how can i get the "value name"s and "value data" of registry key. Using "RegQueryMultipleValues" , i can know "value data" of multiple values provided "value Name"s. Using "RegQueryInfoKey" , i can know no of values a specified key have. But is there any way to know, all "value names" of specified reg key Shiva
-
Hi, Can any one tell me, how can i get the "value name"s and "value data" of registry key. Using "RegQueryMultipleValues" , i can know "value data" of multiple values provided "value Name"s. Using "RegQueryInfoKey" , i can know no of values a specified key have. But is there any way to know, all "value names" of specified reg key Shiva
You want to do this using .NET APIs ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
You want to do this using .NET APIs ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
No, i want to do with win32 API's only
-
No, i want to do with win32 API's only
OK, then you need to ask in the right forum. 'managed' means this forum is for .NET C++ questions.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog