Searched refs:keyPrefix (Results 1 – 1 of 1) sorted by relevance
346 static const WCHAR keyPrefix[] = L"Software\\Python\\PythonCore\\"; in getpythonregpath() local357 keyBufLen = sizeof(keyPrefix) + in getpythonregpath()365 memcpy_s(keyBufPtr, keyBufLen, keyPrefix, sizeof(keyPrefix)-sizeof(WCHAR)); in getpythonregpath()366 keyBufPtr += Py_ARRAY_LENGTH(keyPrefix) - 1; in getpythonregpath()