#ifndef _NTPSAPI_H
// Threads
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#define QUEUE_USER_APC_FLAGS_CALLBACK_DATA_CONTEXT 0x00010000 // APC_CALLBACK_DATA_CONTEXT
View code on GitHub
This flags indicates that the callback routine should receive the context (set of registers) that was interrupted when the thread was directed to call the APC function. See the documentation for the corresponding Win32 flags for more details.
This flag was introduced in Windows 11.