Jan 22, 2015 Post comments count0 Post likes count1 The wonderful world of shell bind context strings Raymond Chen A generic options parameter.
Jan 21, 2015 Post comments count0 Post likes count1 Why does my synchronous overlapped ReadFile return FALSE when the end of the file is reached? Raymond Chen That's what the documentation says, in a way that could be made more clear.
Jan 16, 2015 Post comments count0 Post likes count1 Why does a single integer assignment statement consume all of my CPU? Raymond Chen Alignment fixups.
Jan 15, 2015 Post comments count0 Post likes count1 Why does CreateFile take a long time on a volume handle? Raymond Chen Flush that volume.
Jan 14, 2015 Post comments count0 Post likes count1 Where can I find the standard asynchronous stream? Raymond Chen Not that sense of the word standard.
Jan 12, 2015 Post comments count0 Post likes count2 Limiting the bottom byte of an XMM register and clearing the other bytes Raymond Chen More SSE tweaking.
Jan 8, 2015 Post comments count0 Post likes count1 What happens if I don't pass a pCreateExParams to CreateFile2? Raymond Chen The final parameter to the function is optional. What happens if I pass ? If you pass as the parameter, then the function behaves as if you had passed a pointer to this structure:
Jan 5, 2015 Post comments count0 Post likes count2 More notes on calculating constants in SSE registers Raymond Chen All at the top or bottom.
Jan 2, 2015 Post comments count0 Post likes count1 How do you prevent the linker from discarding a function you want to make available for debugging? Raymond Chen Put it outside the linker's knowledge.
Jan 1, 2015 Post comments count0 Post likes count1 Horrifically nasty gotcha: FindResource and FindResourceEx Raymond Chen The old switcheroo.