Contents

hooni2015.09.15 20:01

댓글 감사합니다.
근데, nCount가 포인터도 아니고 해서 RegEnumKey 에서 증가시킬 방법이 없을텐데요.
그리고 MSDN에 보면 프로그램에서 증가시키라고 나와있습니다.

RegEnumKey(hKey, dwIndex, lpName, cchName);
The application should then increment the dwIndex parameter...

[참고] https://msdn.microsoft.com/en-us/us/windows/apps/ms724861