Home
last modified time | relevance | path

Searched defs:rootkey (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/msi/
H A Dsource.c56 HKEY rootkey = 0; in OpenSourceKey() local
105 static UINT OpenMediaSubkey(HKEY rootkey, HKEY *key, BOOL create) in OpenMediaSubkey()
117 static UINT OpenNetworkSubkey(HKEY rootkey, HKEY *key, BOOL create) in OpenNetworkSubkey()
129 static UINT OpenURLSubkey(HKEY rootkey, HKEY *key, BOOL create) in OpenURLSubkey()
/reactos/dll/directx/wine/msdmo/
H A Ddmoreg.c292 HKEY rootkey = 0, categorieskey = 0; in DMOUnregister() local