Home
last modified time | relevance | path

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

/reactos/base/applications/cmdutils/reg/
H A Dreg.h40 HKEY path_get_rootkey(const WCHAR *path);
H A Dreg.c165 HKEY path_get_rootkey(const WCHAR *path) in path_get_rootkey() function
241 *root = path_get_rootkey(key); in parse_registry_key()
H A Dimport.c354 return path_get_rootkey(key_name); in parse_key_name()