HKLM\SOFTWARE\Classes\AIFFFile\FriendlyTypeName
It returns ERROR_MORE_DATA, but if I print the value out anyway it returns the value...
Here is the code:
int PrintRegKey(HKEY hKey, HKEY szHKEY, char *RegistryLine, char *szRegistryKey)
{
DWORD items = 0;
DWORD buffersizeentry = 0;
DWORD...
Has anyone seen RegEnumValue return ERROR_MORE_DATA even though the buffer is adequate? I am recursively calling this function to get info from the registry and it works for 99% of the tree. However, I get this error for some keys.
Mike
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.