add two way IPC

This commit is contained in:
Lavius Motileng
2020-04-07 14:19:33 -07:00
parent b351e60d52
commit 2a0e92e4e2
35 changed files with 1303 additions and 146 deletions

View File

@@ -222,7 +222,7 @@ void run_settings_window()
// Arg 1: executable path.
std::wstring executable_path = get_module_folderpath();
executable_path.append(L"\\PowerToysSettings.exe");
executable_path.append(L"\\netcoreapp3.1\\Microsoft.PowerToys.Settings.UI.Runner.exe");
// Arg 2: pipe server. Generate unique names for the pipes, if getting a UUID is possible.
std::wstring powertoys_pipe_name(L"\\\\.\\pipe\\powertoys_runner_");