May 23, 2025 Post comments count2 Post likes count1 How can I detect if one of my helper processes is launching child processes? Raymond Chen You can ask a job object to keep track for you.
May 22, 2025 Post comments count3 Post likes count3 How can I create a window the size of the screen without it being treated as a fullscreen window? Raymond Chen You can declare that you aren't rude.
May 21, 2025 Post comments count5 Post likes count0 Silly parlor tricks: Promoting a 32-bit value to a 64-bit value when you don’t care about garbage in the upper bits Raymond Chen Inline assembly that doesn't do anything.
May 20, 2025 Post comments count4 Post likes count1 Why does Windows report my processor speed twice, with slightly different values? Raymond Chen One is calculated. The other is self-promotion.
May 19, 2025 Post comments count1 Post likes count1 Secret passages on Microsoft main campus, episode 3 Raymond Chen Another covered passage between buildings.
May 16, 2025 Post comments count7 Post likes count1 What’s with the weird wReserved value at the start of the DECIMAL structure? Raymond Chen It's where the discriminant goes when the DECIMAL is put "inside" a VARIANT.
May 15, 2025 Post comments count6 Post likes count1 How do I force RunOnce commands to run in a specific order? Raymond Chen Run them in the desired order yourself.
May 14, 2025 Post comments count0 Post likes count1 If I mark my thread pool callback as long-running, does it still count toward the thread pool thread limit? Raymond Chen Yes, because it's still in the thread pool.
May 13, 2025 Post comments count9 Post likes count2 What is the developer set-up for developing Windows for multiple processor architectures? Raymond Chen You usually just pick one and count on your friends for the others.
May 12, 2025 Post comments count2 Post likes count1 Dubious security vulnerability: A program does not run correctly if you run it the wrong way, redux Raymond Chen Trying to make the system run the program automatically.