QUEUE_USER_APC_FLAGS_NONE - 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)

#define QUEUE_USER_APC_FLAGS_NONE 0x00000000

#endif
#endif

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.

Applicable to

Related flags

Required OS version

This flag was introduced in Windows 11.