Aug 17, 2015 Post comments count0 Post likes count1 p/invoke gotcha: C++ bool is not Win32 BOOLEAN is not UnmanagedType.Bool Raymond Chen Watch the sizes.
Aug 10, 2015 Post comments count0 Post likes count1 What if I have two programs that are logically a single application, and I want them to be treated as a single group on the taskbar? Raymond Chen The Application User Model ID strikes again.
Jul 24, 2015 Post comments count0 Post likes count1 The curse of the redefinition of the symbol HLOG Raymond Chen Too generic a name.
Jul 22, 2015 Post comments count0 Post likes count1 When you think you found a problem with a function, make sure you’re actually calling the function, episode 2 Raymond Chen Watch out for the local overrides.
Jul 20, 2015 Post comments count0 Post likes count1 How can I detect whether a keyboard is attached to the computer? Raymond Chen Look at the available raw input devices.
Jul 16, 2015 Post comments count0 Post likes count1 Why do I get ERROR_INVALID_HANDLE from GetModuleFileNameEx when I know the process handle is valid? Raymond Chen Because it's not complaining about the process handle.
Jul 13, 2015 Post comments count0 Post likes count1 Generating different types of timestamps from quite a long way away Raymond Chen Transforming in reverse.
Jul 10, 2015 Post comments count0 Post likes count1 On the various ways of creating large files in NTFS Raymond Chen To zero or not to zero.
Jul 9, 2015 Post comments count0 Post likes count1 Why is my x64 process getting heap address above 4GB on Windows 8? Raymond Chen Why shouldn't it?
Jul 6, 2015 Post comments count0 Post likes count1 Trying out all the different ways of recognizing different types of timestamps from quite a long way away Raymond Chen Running through the list.