Hacker News new | ask | show | jobs
by direwolf20 55 days ago
Microsoft Windows technologies like COM do create windows and run message loops on your behalf.

When you drag on a title bar it runs a modal message loop in kernel mode. Took me a while to figure that one out...