MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / PsThreadCallback

Method PsThreadCallback

Kernel-Bridge/API/PsCallbacks.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 PCREATE_THREAD_NOTIFY_ROUTINE Callback;
23public:
24 PsThreadCallback(const PsThreadCallback&) = delete;
25 PsThreadCallback(PsThreadCallback&&) = delete;
26 PsThreadCallback& operator = (const PsThreadCallback&) = delete;
27 PsThreadCallback& operator = (PsThreadCallback&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected