![]() |
CXTRegistryManager::EnumValues bug |
Post Reply
|
| Author | |
scruzer
Groupie
Joined: 01 February 2008 Location: United States Status: Offline Points: 13 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTRegistryManager::EnumValues bugPosted: 15 February 2008 at 12:48am |
|
I know that this function isn't meant to be used by me, but I was looking for a function that can enum the registry for me -- and here it was.
CXTRegistryManager::EnumValues
The bug is, that if the key you want to enumerate doesn't exist, it get's stuck in an endless loop.
It looks like EnumKeys has the same problem.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 15 February 2008 at 1:35am |
|
Hi,
Thanks, we added
if (hKey == NULL)
return 0; in top of both methods.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |