MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / GetHandle

Method GetHandle

Process/Thread.hpp:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 void JoinThread() { if(t.joinable()) t.join(); } //since the copy assignment is deleted in std::thread we can't do std::thread getThreadObject()
82
83 HANDLE GetHandle() const { return this->handle; }
84 DWORD GetId() const { return this->Id; }
85 auto GetTick() const { return this->Tick; }
86 DWORD_PTR GetExecutionAddress() const { return this->ExecutionAddress; }

Callers 2

FastCleanupMethod · 0.80
FastCleanupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected