Expand description

Functions to run a blocking Win32 message loop with GetMessageW() etc. Necessary for window procedures, hook callbacks, timer callbacks and more.

Functions

  • Causes the message loop to quit as soon as possible.
  • Runs a message loop, ignoring custom thread messages.
  • Runs a message loop until a thread message is received.