Feb 16, 2016 0 0 I have difficulty following Swedish when spoken at conversational speed, and I count on being able to read the subtitles in order to catch up Raymond Chen This doesn't help.
Feb 16, 2016 0 0 If I select multiple files of different types, why does the Open verb disappear? Raymond Chen It won't always work.
Feb 15, 2016 0 0 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 0 0 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 10, 2016 0 0 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 9, 2016 0 0 Hey, you work for Microsoft. Do you know…? Raymond Chen Sometimes the longshot pays off.
Feb 5, 2016 0 0 The overly complicated rules for American football Raymond Chen Attempting to close a loophole creates another loophole.
Feb 5, 2016 0 0 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."