Reputation: 210525
What does the WT_EXECUTEINUITHREAD flag for the QueueUserWorkItem function do?
WT_EXECUTEINUITHREAD
QueueUserWorkItem
Upvotes: 0
Views: 445
Reputation: 283684
It seems to be explained here.
According to that comment, NtQueueApcThread is used to schedule a procedure to be executed the next time your thread enters an alertable wait.
NtQueueApcThread