#ifndef _NTPSAPI_H
// Threads
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#define QUEUE_USER_APC_FLAGS_NONE 0x00000000
View code on GitHub
This flags indicates the absence of other APC flags. The behavior defaults to regular APCs that require the thread to first enter an alertable wait via NtDelayExecution
(or a similar function) or call NtTestAlert
.
This flag was introduced in Windows 11.