Searched refs:MyCreateKey (Results 1 – 1 of 1) sorted by relevance
/external/lzma/CPP/7zip/UI/Explorer/ |
D | RegistryContextMenu.cpp | 151 static LONG MyCreateKey(CKey &key, HKEY parentKey, LPCTSTR keyName, UInt32 wow) in MyCreateKey() function 173 res = MyCreateKey(key, HKEY_CLASSES_ROOT, s, wow); in SetContextMenuHandler() 178 res = MyCreateKey(keyInproc, key, k_Inproc, wow); in SetContextMenuHandler() 189 if (MyCreateKey(key, HKEY_LOCAL_MACHINE, k_Approved, wow) == ERROR_SUCCESS) in SetContextMenuHandler() 214 MyCreateKey(key, HKEY_CLASSES_ROOT, s, wow); in SetContextMenuHandler()
|