Home
last modified time | relevance | path

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

/PHP-5.4/win32/
H A Dregistry.c25 static int OpenPhpRegistryKey(char* sub_key, HKEY *hKey) in OpenPhpRegistryKey() argument
29 if (sub_key) { in OpenPhpRegistryKey()
31 int sub_key_len = strlen(sub_key); in OpenPhpRegistryKey()
40 memcpy(reg_key + main_key_len, sub_key, sub_key_len + 1); in OpenPhpRegistryKey()

Completed in 6 milliseconds