MCPcopy Create free account
hub / github.com/WallBreaker2/op / append_process_id

Function append_process_id

libop/window/WindowProcess.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void append_process_id(std::wstring &result, DWORD pid) {
25 if (!result.empty())
26 result.push_back(L',');
27 result += std::to_wstring(pid);
28}
29
30std::wstring get_process_module_path(HANDLE process) {
31 HMODULE module = nullptr;

Callers 1

EnumProcessMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected