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

Method ~PsImageCallback

Kernel-Bridge/API/PsCallbacks.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65PsImageCallback::~PsImageCallback() {
66 RemoveCallback();
67}
68
69NTSTATUS PsImageCallback::SetupCallback(PLOAD_IMAGE_NOTIFY_ROUTINE NotifyCallback) {
70 if (!NotifyCallback) return STATUS_INVALID_PARAMETER;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected