Feb 17, 2016 Post comments count0 Post likes count0 Don’t just grab the foreground window and host UI on it, redux Raymond Chen Oops, it's not there any more.
Feb 15, 2016 Post comments count0 Post likes count0 How can I get the name for the user’s profile directory that is shown in Explorer? Raymond Chen You ask the shell namespace.
Feb 12, 2016 Post comments count0 Post likes count0 We batched up our COM requests and return a single stream of results, but the performance is still slow Raymond Chen Your stream marshaled by reference.
Feb 11, 2016 Post comments count0 Post likes count0 Debugging walkthrough: Diagnosing an NX exception Raymond Chen Leap of faith.
Feb 10, 2016 Post comments count0 Post likes count0 If somebody creates or deletes a file in a directory while I am enumerating its contents, what happens? Raymond Chen It's not really predictable.
Feb 8, 2016 Post comments count0 Post likes count0 How can I get the canonical name for a known folder? Raymond Chen You ask it.
Feb 5, 2016 Post comments count0 Post likes count0 If I issue a second overlapped I/O operation without waiting for the first one to complete, are they still guaranteed to complete in order? Raymond Chen Of course not. That's why it's called "overlapped."
Feb 4, 2016 Post comments count0 Post likes count0 How do I prevent a child process from displaying the Windows Error Reporting dialog? Raymond Chen Take advantage of the fact that SetErrorMode is inherited.
Feb 1, 2016 Post comments count0 Post likes count0 A brief tour of the console alias functions Raymond Chen Kicking the tires.
Jan 29, 2016 Post comments count0 Post likes count0 Does the thread pool have different handle access privileges? Why am I getting ERROR_INVALID_HANDLE? Raymond Chen The most common reason for getting ERROR_INVALID_HANDLE is that you have an invalid handle.