Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ GetHandle
Method
GetHandle
WinSysCore/Processes.cpp:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
HANDLE Process::GetHandle() const {
79
return _handle.get();
80
}
81
82
bool Process::IsElevated() const {
83
wil::unique_handle hToken;
Callers
2
GetSubProcessTag
Method · 0.45
GetComFlags
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected