What does WT_EXECUTEINUITHREAD do?

443 Views Asked by At

What does the WT_EXECUTEINUITHREAD flag for the QueueUserWorkItem function do?

1

There are 1 best solutions below

6
On

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.