Jun 12, 2015 Post comments count0 Post likes count1 How can I force a CreateFile call to hang, in order to test something? Raymond Chen Opportunistic locks again.
Jun 11, 2015 Post comments count0 Post likes count1 Keep your eye on the code page: Is this string CP_ACP or UTF-8? Raymond Chen You don't know. Somebody has to tell you.
Jun 8, 2015 Post comments count0 Post likes count1 How can I reposition my controls so they aren’t covered by the touch keyboard? Raymond Chen Register with the framework input pane.
Jun 5, 2015 Post comments count0 Post likes count1 There is no /8TB flag on 64-bit Windows Raymond Chen You get it all, baby.
Jun 4, 2015 Post comments count0 Post likes count1 What’s the point of giving my unnamed object proper security attributes since unnamed objects aren’t accessible outside the process anyway (or are they?) Raymond Chen You can get it without the name.
Jun 1, 2015 Post comments count0 Post likes count1 How can I make the touch keyboard appear automatically when focus enters an edit control in my program? Raymond Chen Enable focus tracking.
May 26, 2015 Post comments count0 Post likes count1 The tadpole operators explained Raymond Chen Combining two things in an unintuitive way.
May 25, 2015 Post comments count0 Post likes count1 New C++ experimental feature: The tadpole operators Raymond Chen Give it a whirl.
May 22, 2015 Post comments count0 Post likes count1 So you decided to call SHFileOperation from a service, at least remember to disable copy hooks Raymond Chen Mitigating the disaster.
May 19, 2015 Post comments count0 Post likes count1 It rather involved being on the other side of this airtight hatchway: Code injection via QueueUserAPC Raymond Chen But you already pwn that thread.