mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-05 10:41:50 +00:00
Cleanup on process termination
This commit is contained in:
@ -9,7 +9,7 @@ namespace process_callback
|
||||
destroy,
|
||||
};
|
||||
|
||||
using callback = void(HANDLE parent_id, HANDLE process_id, type type);
|
||||
using callback = void(process_id parent_id, process_id process_id, type type);
|
||||
using callback_function = std::function<callback>;
|
||||
|
||||
void* add(callback_function callback);
|
||||
|
Reference in New Issue
Block a user