From: Roger B. <ro...@ro...> - 2003-12-16 10:12:21
|
Are there any Windows registry API experts on this list? I am having some difficulty with Windows doing something stupid and I can't figure out why. RegQueryInfoKey tells me there are 22 children of the key I am interested in. Regedit shows 22 children. RegEnumKey returns strings for the first 18 index values, and then returns error 234 (More data available) for the next 4, and then returns 259 (No more data). Why is more data available returned and how do I actually get it give me the last 4 children? Nothing I have tried works. And howcome regedit can show the last 4? Roger |