QUEUE_USER_APC_CALLBACK_DATA_CONTEXT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPSAPI_H
// Threads
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#if (PHNT_VERSION >= PHNT_WIN11)

#define QUEUE_USER_APC_CALLBACK_DATA_CONTEXT    0x00010000 // APC_CALLBACK_DATA

#endif
#endif
#endif

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.

Applicable to

Related flags

Required OS version

This flag was introduced in Windows 11.