May 31, 2018 0 0 How can I obtain the heap from which a heap block was allocated? Raymond Chen You'll have to keep track of that yourself.
May 30, 2018 0 0 When you call OpenThreadToken while impersonating, you have to say who is asking for the thread token Raymond Chen I am for you.
May 29, 2018 0 0 The alphabet, in alphabetical order, in various languages Raymond Chen From A to Z, or beyond.
May 29, 2018 0 0 How do I get file version information from the command line? Raymond Chen PowerShell does for you.
May 28, 2018 0 0 How are BitBlt raster opcodes calculated? Raymond Chen The complicated language of raster operation codes.
May 25, 2018 0 0 My namespace importing trick imported the same three namespaces into each top-level namespace, yet it worked? Raymond Chen They are different namespaces, spelled the same.
May 24, 2018 0 0 How do I create a disabled checkbox for a listview item? Raymond Chen A little state image magic.
May 23, 2018 0 0 If you say that your buffer can hold 200 characters, then it had better hold 200 characters Raymond Chen Otherwise the mistake is on you.
May 22, 2018 0 1 Why does the install date and size of a program change roughly two days after I install it, even though no changes were made to the program in the meantime? Raymond Chen Because the system is trying to fill in missing information.
May 21, 2018 0 3 Maintaining Notepad is not a full-time job, but it’s not an empty job either Raymond Chen Adding features by removing code.