MCPcopy 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
78HANDLE Process::GetHandle() const {
79 return _handle.get();
80}
81
82bool Process::IsElevated() const {
83 wil::unique_handle hToken;

Callers 2

GetSubProcessTagMethod · 0.45
GetComFlagsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected