/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/FileLocksmith/FileLocksmithLib/FileLocksmith.h
9 строк
341 B
Shawn Yuan
[File Locksmith] Add CLI support (#44047)
06 янв 2026, 10:59
Не верифицирован
06 янв 2026, 10:59
03aec1a
Код
Авторство
О чём код?
#pragma once #include "ProcessResult.h" // Second version, checks handles towards files and all subfiles and folders of given dirs, if any. std::vector<ProcessResult> find_processes_recursive(const std::vector<std::wstring>& paths); // Gives the full path of the executable, given the process id std::wstring pid_to_full_path(DWORD pid);