Prepare APC dispatching

This commit is contained in:
momo5502
2025-04-13 11:07:32 +02:00
parent bb4b159850
commit a8926592bc
5 changed files with 14 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ struct process_context;
struct pending_apc
{
ULONG flags{};
uint32_t flags{};
uint64_t apc_routine{};
uint64_t apc_argument1{};
uint64_t apc_argument2{};