mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Run the Settings process un-elevated when possible
and if not possible run it elevated and let the Settings process deal with it. Add wrappers for GetModuleFileNameW.
This commit is contained in:
committed by
Enrico Giordani
parent
5a3c852b32
commit
fd8fc679be
@@ -57,3 +57,6 @@ std::wstring get_process_path(DWORD pid) noexcept;
|
||||
std::wstring get_process_path(HWND hwnd) noexcept;
|
||||
|
||||
std::wstring get_product_version();
|
||||
|
||||
std::wstring get_module_filename(HMODULE mod = nullptr);
|
||||
std::wstring get_module_folderpath(HMODULE mod = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user