Searched refs:sub_key (Results 1 – 1 of 1) sorted by relevance
41 static int OpenPhpRegistryKey(char* sub_key, HKEY *hKey) in OpenPhpRegistryKey() argument45 if (sub_key) { in OpenPhpRegistryKey()47 size_t sub_key_len = strlen(sub_key); in OpenPhpRegistryKey()56 memcpy(reg_key + main_key_len, sub_key, sub_key_len + 1); in OpenPhpRegistryKey()
Completed in 4 milliseconds