SWP_ASYNCWINDOWPOS top-level constant

  1. @Deprecated('Use SET_WINDOW_POS_FLAGS.SWP_ASYNCWINDOWPOS instead')
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

@Deprecated('Use SET_WINDOW_POS_FLAGS.SWP_ASYNCWINDOWPOS instead')
const SWP_ASYNCWINDOWPOS = 0x4000;