user541686
user541686

Reputation: 210525

What does WT_EXECUTEINUITHREAD do?

What does the WT_EXECUTEINUITHREAD flag for the QueueUserWorkItem function do?

Upvotes: 0

Views: 445

Answers (1)

Ben Voigt
Ben Voigt

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.

Upvotes: 0

Related Questions