|
memex
|
This file contains utility functions for the memex library. More...
Functions | |
| std::expected< std::uint32_t, memex::Error > | FindPidByName (typed::tstring_view processName) |
| Find a process ID using its name. | |
This file contains utility functions for the memex library.
| std::expected< std::uint32_t, memex::Error > utility::FindPidByName | ( | typed::tstring_view | processName | ) |
Find a process ID using its name.
| processName | The name of the process to search for. |
