diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-18 03:20:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-18 03:20:06 +0300 |
commit | 01e95de886413c252ee1a419ed0a7c41435847e6 (patch) | |
tree | e001a71ef743285e75bf01409b33a4b42a37e7da /include | |
parent | cmake: files are per-directory, not per-extension (diff) | |
download | winapi-common-01e95de886413c252ee1a419ed0a7c41435847e6.tar.gz winapi-common-01e95de886413c252ee1a419ed0a7c41435847e6.zip |
Process: add get_exe_path()
Diffstat (limited to '')
-rw-r--r-- | include/winapi/process.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/winapi/process.hpp b/include/winapi/process.hpp index 469653c..5f841a0 100644 --- a/include/winapi/process.hpp +++ b/include/winapi/process.hpp @@ -56,6 +56,8 @@ public: int get_exit_code() const; + static std::string get_exe_path(); + static Resource get_resource(unsigned int id); static std::string get_resource_string(unsigned int id); |