Home
last modified time | relevance | path

Searched refs:sub_key (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/win32/
H A Dregistry.c43 static int OpenPhpRegistryKey(char* sub_key, HKEY *hKey) in OpenPhpRegistryKey() argument
47 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