Home | History | Annotate | Download | only in os2vacpp

Lines Matching defs:newKey

150     HKEY newKey = 0;
174 &newKey);
176 RegQueryInfoKey(newKey, NULL, NULL, NULL, NULL, NULL, NULL,
193 DWORD rc = RegEnumKey(newKey,
196 rc = RegQueryValue(newKey, keyBuf, NULL, &reqdSize);
209 DWORD rc = RegEnumKey(newKey,
212 rc = RegQueryValue(newKey,
227 rc = RegQueryValue(newKey, "", dataBuf+off, &dataSize);
238 if (newKey)
239 RegCloseKey(newKey);