Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
void 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
30
std::wstring get_process_module_path(HANDLE process) {
31
HMODULE module = nullptr;
Callers
1
EnumProcess
Method · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected