SWP_ASYNCWINDOWPOS top-level constant

int const SWP_ASYNCWINDOWPOS

If the calling thread and the thread that owns the window are attached to different input queues, the system posts the request to the thread that owns the window. This prevents the calling thread from blocking its execution while other threads process the request.

Implementation

const SWP_ASYNCWINDOWPOS = 0x4000;