Searched refs:sub_key (Results 1 – 1 of 1) sorted by relevance
43 static int OpenPhpRegistryKey(char* sub_key, HKEY *hKey) in OpenPhpRegistryKey() argument47 if (sub_key) { in OpenPhpRegistryKey()49 size_t sub_key_len = strlen(sub_key); in OpenPhpRegistryKey()58 memcpy(reg_key + main_key_len, sub_key, sub_key_len + 1); in OpenPhpRegistryKey()
Completed in 5 milliseconds