Home
last modified time | relevance | path

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

/reactos/base/applications/regedit/
H A Dframewnd.c589 WCHAR ExportKeyPath[_MAX_PATH] = {0}; in ExportRegistryFile() local
596 GetKeyName(ExportKeyPath, ARRAY_SIZE(ExportKeyPath), hKeyRoot, pszKeyPath); in ExportRegistryFile()
605 ofn.lCustData = (LPARAM) ExportKeyPath; in ExportRegistryFile()
668 if (!export_registry_key(ofn.lpstrFile, ExportKeyPath, in ExportRegistryFile()
688 bRet = txt_export_registry_key(ofn.lpstrFile, ExportKeyPath); in ExportRegistryFile()