Home | History | Annotate | Download | only in Driver

Lines Matching refs:subKey

87   const char* subKey = NULL;
95 subKey = keyPath + 18;
98 subKey = keyPath + 11;
101 subKey = keyPath + 19;
104 subKey = keyPath + 18;
109 const char *placeHolder = strstr(subKey, "$VERSION");
117 while ((keyEnd > subKey) && (*keyEnd != '\\'))
122 size_t partialKeyLength = keyEnd - subKey;
126 strncpy(partialKey, subKey, partialKeyLength);
174 lResult = RegOpenKeyEx(hRootKey, subKey, 0, KEY_READ, &hKey);