Oct 16, 2015 Post comments count0 Post likes count0 I have the handle to a file; how can I get the file name from the debugger? Raymond Chen Build the call on the stack.
Oct 15, 2015 Post comments count0 Post likes count1 What’s the difference between UuidFromString, IIDFromString, CLSIDFromString, GUIDFromString… Raymond Chen Mostly the same if what you have is a stringized GUID; otherwise...
Oct 14, 2015 Post comments count0 Post likes count1 The MoveSecurityAttributes policy affects only how Explorer recalculates ACLs when a file is moved; everybody else is on their own Raymond Chen GUI policies tend not to apply to command line tools.
Oct 13, 2015 Post comments count0 Post likes count1 Why do Saturation and Luminance go all the way to 240, but Hue goes only to 239? And why 239 anyway? Raymond Chen Mapping a floating point number to a byte.
Oct 12, 2015 Post comments count0 Post likes count0 How do I get the user-customed name of My Computer or Recycle Bin? Raymond Chen Ask the shell. That is, after all, how the shell displays it.
Oct 9, 2015 Post comments count0 Post likes count0 Learning about farm animals from my niece Raymond Chen Things you don't learn in biology class.
Oct 9, 2015 Post comments count0 Post likes count0 How does a shell namespace extension provide icons for virtual items that track the standard icons set by the user’s file associations? Raymond Chen Forward to the standard implementation.
Oct 8, 2015 Post comments count0 Post likes count0 What happens if you call VirtualAlloc to MEM_COMMIT a page you never MEM_RESERVE? Raymond Chen It is not guaranteed to succeed.
Oct 7, 2015 Post comments count0 Post likes count0 How do we change permissions on a share as fast as Explorer does it? Raymond Chen First, make sure you're changing the permissions on a share.
Oct 6, 2015 Post comments count0 Post likes count0 First, try reading the error message, episode 4: Even programmers see error messages without reading them Raymond Chen Here we go again.