/vx/Archive/The Old New Thing/2021/

0 directories 278 files
List Grid
Name
Size Modified
Up
2021-01-01 - Id like an IUnknown I know you have many Ill take any of them.pdf
120 KiB
2021-01-04 - How can I write a program that monitors another window for a change in size or position.pdf
96 KiB
2021-01-05 - Additional helpful pseudo-handles The process token the thread token and the effective token.pdf
88 KiB
2021-01-06 - How can I tell whether my process is running as SYSTEM.pdf
110 KiB
2021-01-07 - What happens if I give contradictory values for the stack commit and stack reserve.pdf
97 KiB
2021-01-08 - The case of the crash during the release of an object from an unloaded DLL during apartment rundown.pdf
159 KiB
2021-01-11 - How did I find the old Windows binaries and compilers for the processor retrospective series.pdf
96 KiB
2021-01-12 - Why am I receiving SHCNE_UPDATEDIR notifications that my code never generates.pdf
88 KiB
2021-01-13 - [RE019] From A to X analyzing some real cases which used recent Emotet samples.pdf
3.4 MiB
2021-01-13 - The misleading MIDL error message MIDL5023 The arguments to the parameterized interface are not valid.pdf
110 KiB
2021-01-14 - How can I write a C class that iterates over its base classes.pdf
149 KiB
2021-01-15 - The perils of the accidental C conversion constructor.pdf
87 KiB
2021-01-18 - How can I prevent another program from showing a thumbnail preview in the taskbar.pdf
83 KiB
2021-01-19 - Why did I lose 3D display mode when I upgraded to the next version of Windows 10.pdf
92 KiB
2021-01-20 - How do I disassociate a thread from an IO completion port.pdf
117 KiB
2021-01-21 - What happens to the value returned from the function passed to QueueUserWorkItem.pdf
94 KiB
2021-01-22 - How do I protect myself against a COM call that can hang Im already running the server out-of-process.pdf
105 KiB
2021-01-25 - Autoscrolling on drag part 1 Basic implementation.pdf
120 KiB
2021-01-26 - Autoscrolling on drag part 2 Why does scrolling go faster if I wiggle the mouse.pdf
88 KiB
2021-01-27 - Autoscrolling on drag part 3 Dynamic autoscroll based on mouse position.pdf
86 KiB
2021-01-28 - Autoscrolling on drag part 4 Dynamic autoscroll based on escape velocity.pdf
111 KiB
2021-01-29 - Autoscrolling on drag part 5 Adding wiggle-to-scroll to escape velocity.pdf
95 KiB
2021-02-01 - Why am I being told my fire_and_forget coroutine is not returning a value.pdf
89 KiB
2021-02-02 - A metric that is consistently at 100 is probably broken.pdf
95 KiB
2021-02-03 - Why is there no useful information in the RetailInfo class.pdf
95 KiB
2021-02-04 - Usage patterns for winrtunbox_value_or.pdf
86 KiB
2021-02-05 - How do I get a foothold in the neutral apartment.pdf
116 KiB
2021-02-08 - The COM static store part 1 Introduction.pdf
133 KiB
2021-02-09 - The COM static store part 2 Race conditions in setting a singleton.pdf
104 KiB
2021-02-10 - The COM static store part 3 Avoiding creation of an expensive temporary when setting a singleton.pdf
135 KiB
2021-02-11 - The COM static store part 4 Aggregating into a single object.pdf
90 KiB
2021-02-12 - The COM static store part 5 Using COM weak references.pdf
106 KiB
2021-02-15 - The COM static store part 6 Using C weak references.pdf
134 KiB
2021-02-16 - Hardware engineers solve a usability problem with the PS2 connector but inadvertently create a new on.pdf
85 KiB
2021-02-17 - How can I return custom content for specific URLs requested by a Windows Runtime WebView.pdf
97 KiB
2021-02-18 - How can I prevent a Windows Runtime WebView from loading any content beyond the initial request.pdf
108 KiB
2021-02-19 - How can I prevent a Windows Runtime WebView from loading any content beyond the initial request and i.pdf
93 KiB
2021-02-22 - French is a very fragile language or at least it seems so from the stories I hear.pdf
100 KiB
2021-02-22 - How do I reset my PIN complexity requirements after removing a work account from Windows 10.pdf
72 KiB
2021-02-23 - Why does Task Manager tell me that I have a Startup program named Program.pdf
88 KiB
2021-02-24 - What is so special about the Application STA.pdf
162 KiB
2021-02-25 - What does it mean when a call fails with 0x8000001F RO_E_BLOCKED_CROSS_ASTA_CALL.pdf
93 KiB
2021-02-26 - What does error E_ILLEGAL_DELEGATE_ASSIGNMENT mean.pdf
96 KiB
2021-03-01 - Creating a co_await awaitable signal that can be awaited multiple times part 1.pdf
98 KiB
2021-03-02 - Creating a co_await awaitable signal that can be awaited multiple times part 2.pdf
96 KiB
2021-03-03 - Creating a co_await awaitable signal that can be awaited multiple times part 3.pdf
112 KiB
2021-03-04 - Creating a co_await awaitable signal that can be awaited multiple times part 4.pdf
119 KiB
2021-03-05 - Creating a co_await awaitable signal that can be awaited multiple times part 5.pdf
113 KiB
2021-03-08 - Creating a co_await awaitable signal that can be awaited multiple times part 6.pdf
115 KiB
2021-03-09 - Creating other types of synchronization objects that can be used with co_await part 1 The one-shot ev.pdf
98 KiB
2021-03-10 - Creating other types of synchronization objects that can be used with co_await part 2 The basic libra.pdf
227 KiB
2021-03-11 - Creating other types of synchronization objects that can be used with co_await part 3 Parallel resump.pdf
142 KiB
2021-03-12 - Creating other types of synchronization objects that can be used with co_await part 4 The manual-rese.pdf
86 KiB
2021-03-15 - Creating other types of synchronization objects that can be used with co_await part 5 The auto-reset .pdf
120 KiB
2021-03-16 - Creating other types of synchronization objects that can be used with co_await part 6 The semaphore.pdf
96 KiB
2021-03-17 - Creating other types of synchronization objects that can be used with co_await part 7 The mutex and r.pdf
87 KiB
2021-03-18 - [RE021] Qakbot analysis – Dangerous malware has been around for more than a decade.pdf
4.1 MiB
2021-03-18 - Creating other types of synchronization objects that can be used with co_await part 8 The shared mute.pdf
108 KiB
2021-03-19 - Creating other types of synchronization objects that can be used with co_await part 9 The shared mute.pdf
115 KiB
2021-03-22 - Creating other types of synchronization objects that can be used with co_await part 10 Wait for an ev.pdf
95 KiB
2021-03-23 - Creating a task completion source for a C coroutine Producing a result.pdf
131 KiB
2021-03-23 - The 20212022 Seattle Symphony subscription season at a glance.pdf
328 KiB
2021-03-24 - Creating a task completion source for a C coroutine Producing a result with references.pdf
112 KiB
2021-03-24 - SEO spammers dont really understand who they spammed.pdf
112 KiB
2021-03-25 - Creating a task completion source for a C coroutine Producing nothing.pdf
118 KiB
2021-03-26 - Creating a task completion source for a C coroutine Failing to produce a result.pdf
125 KiB
2021-03-29 - C coroutines The mental model for coroutine promises.pdf
131 KiB
2021-03-30 - C coroutines Basic implementation of a promise type.pdf
148 KiB
2021-03-31 - C coroutines The initial and final suspend and improving our return_value method.pdf
168 KiB
2021-04-01 - C coroutines What happens if an exception occurs in my return_value.pdf
120 KiB
2021-04-02 - C coroutines Making the promise itself be the shared state the inspiration.pdf
137 KiB
2021-04-05 - C coroutines Making the promise itself be the shared state the outline.pdf
155 KiB
2021-04-06 - C coroutines Building a result holder for movable types.pdf
164 KiB
2021-04-07 - C coroutines Accepting types via return_void and return_value.pdf
132 KiB
2021-04-08 - C coroutines Awaiting the simple_task.pdf
128 KiB
2021-04-09 - C coroutines Managing the reference count of the coroutine state.pdf
144 KiB
2021-04-12 - C coroutines The lifetime of objects involved in the coroutine function.pdf
326 KiB
2021-04-13 - C coroutines Tradeoffs of making the promise be the shared state.pdf
82 KiB
2021-04-14 - C coroutines Making it impossible to co_await a task twice.pdf
150 KiB
2021-04-14 - Pivot points and financial numerology.pdf
111 KiB
2021-04-15 - C coroutines Getting rid of our mutex.pdf
115 KiB
2021-04-16 - C coroutines Getting rid of our reference count.pdf
178 KiB
2021-04-19 - C coroutines Allowing the awaiter to be destroyed while suspended.pdf
74 KiB
2021-04-20 - C coroutines Getting rid of our atomic variant discriminator.pdf
96 KiB
2021-04-21 - C coroutines Cold-start coroutines.pdf
135 KiB
2021-04-22 - C coroutines Improving cold-start coroutines which complete synchronously.pdf
95 KiB
2021-04-23 - C coroutines Associating multiple task types with the same promise type.pdf
152 KiB
2021-04-26 - C coroutines What does it mean when I declare my coroutine as noexcept.pdf
99 KiB
2021-04-27 - C coroutines How do I create a coroutine that terminates on an unhandled exception.pdf
98 KiB
2021-04-28 - C coroutines Snooping in on the coroutine body.pdf
156 KiB
2021-04-29 - C coroutines Adding COM context support to our awaiter.pdf
177 KiB
2021-04-30 - C coroutines Waiting synchronously for our coroutine to complete.pdf
95 KiB
2021-05-03 - C coroutines Converting among tasks that use the same promise.pdf
92 KiB
2021-05-04 - A map through the three major coroutine series.pdf
334 KiB
2021-05-04 - C coroutines Promise constructors.pdf
123 KiB
2021-05-05 - Why is coroutine_handleresume potentially-throwing.pdf
125 KiB
2021-05-06 - Is stdexception_ptr nothrow constructible and assignable.pdf
135 KiB
2021-05-07 - A subtle way your await_suspend can access the coroutine frame when it shouldnt.pdf
97 KiB
2021-05-10 - What are the page sizes used by Windows on various processors.pdf
108 KiB
2021-05-11 - Why does the mouse cursor jump a few pixels if you right-click on the Start button.pdf
69 KiB
2021-05-12 - Using Explorers fancy dragdrop effects in your own programs.pdf
119 KiB
2021-05-13 - Dragdrop effects The little drop information box.pdf
113 KiB
2021-05-14 - Why isnt my shell namespace extension getting every single DragOver mouse message.pdf
83 KiB
2021-05-17 - Why did Windows 95 keep window coordinates at multiples of 8.pdf
111 KiB
2021-05-18 - The blessing of the leading zero.pdf
101 KiB
2021-05-19 - Awaiting Windows Runtime asynchronous operations from C desktop apps.pdf
100 KiB
2021-05-20 - Obtaining network usage information from the Windows Runtime.pdf
111 KiB
2021-05-21 - Obtaining attributed network usage information from the Windows Runtime.pdf
126 KiB
2021-05-24 - [RE022] Part 1- Quick analysis of malicious sample forging the official dispatch of the Central Inspection Committee.pdf
2.0 MiB
2021-05-24 - On static methods in the Windows Runtime and CWinRT.pdf
224 KiB
2021-05-25 - Why are device-independent bitmaps upside down.pdf
83 KiB
2021-05-26 - How ownership of the Windows clipboard is tracked in Win32.pdf
124 KiB
2021-05-27 - How can I convert between IANA time zones and Windows registry-based time zones.pdf
164 KiB
2021-05-28 - On the proper care and feeding of the default_overload Windows Runtime attribute.pdf
110 KiB
2021-05-31 - The ARM processor Thumb-2 part 1 Introduction.pdf
222 KiB
2021-06-01 - The ARM processor Thumb-2 part 2 Differences between classic ARM and Thumb-2.pdf
138 KiB
2021-06-02 - The ARM processor Thumb-2 part 3 Addressing modes.pdf
156 KiB
2021-06-03 - The ARM processor Thumb-2 part 4 Single-instruction constants.pdf
147 KiB
2021-06-04 - The ARM processor Thumb-2 part 5 Arithmetic.pdf
148 KiB
2021-06-07 - The ARM processor Thumb-2 part 6 The lie hiding inside the CMN instruction.pdf
143 KiB
2021-06-08 - The ARM processor Thumb-2 part 7 Bitwise operations.pdf
91 KiB
2021-06-09 - The ARM processor Thumb-2 part 8 Bit shifting and bitfield access.pdf
117 KiB
2021-06-10 - The ARM processor Thumb-2 part 9 Sign and zero extension.pdf
112 KiB
2021-06-11 - The ARM processor Thumb-2 part 10 Memory access and alignment.pdf
162 KiB
2021-06-14 - The ARM processor Thumb-2 part 11 Atomic access and barriers.pdf
135 KiB
2021-06-15 - The ARM processor Thumb-2 part 12 Control transfer.pdf
178 KiB
2021-06-16 - The ARM processor Thumb-2 part 13 Trampolines.pdf
104 KiB
2021-06-17 - The ARM processor Thumb-2 part 14 Manipulating flags.pdf
142 KiB
2021-06-18 - The ARM processor Thumb-2 part 15 Miscellaneous instructions.pdf
168 KiB
2021-06-21 - The ARM processor Thumb-2 part 16 The calling convention.pdf
127 KiB
2021-06-22 - The ARM processor Thumb-2 part 17 Prologues and epilogues.pdf
239 KiB
2021-06-23 - The ARM processor Thumb-2 part 18 Other kinds of prologues and epilogues.pdf
144 KiB
2021-06-24 - The ARM processor Thumb-2 part 19 Common patterns.pdf
179 KiB
2021-06-25 - The ARM processor Thumb-2 part 20 Code walkthrough.pdf
154 KiB
2021-06-28 - The initializing constructor looks like an assignment but it isnt.pdf
111 KiB
2021-06-29 - What should the CPU usage be of a fully-loaded CPU that has been throttled.pdf
92 KiB
2021-06-30 - 2021 mid-year link clearance.pdf
117 KiB
2021-07-01 - Studying linker error messages to find the cause of the unresolved external Character sets.pdf
121 KiB
2021-07-02 - Is it okay to call MapViewOfFile on the same mapping handle simultaneously from different threads.pdf
80 KiB
2021-07-05 - How a basketball became a featured instrument in a Sting song.pdf
87 KiB
2021-07-06 - How to act like you know Chinese even though you dont episode 2.pdf
71 KiB
2021-07-06 - What happens if I use a squash instead of a true merge when performing one of the git tricks.pdf
119 KiB
2021-07-07 - On the perils of holding a lock across a coroutine suspension point part 1 The set-up.pdf
172 KiB
2021-07-08 - On the perils of holding a lock across a coroutine suspension point part 2 Nonrecursive mutexes.pdf
136 KiB
2021-07-09 - On the perils of holding a lock across a coroutine suspension point part 3 Solutions.pdf
117 KiB
2021-07-12 - Why do smart pointers null out the wrapped pointer before destroying it.pdf
107 KiB
2021-07-13 - How did copying and renaming with wildcards work in MS-DOS.pdf
206 KiB
2021-07-14 - How to perform more complicated search and replace-style renaming in a batch file.pdf
112 KiB
2021-07-15 - On proper handling of buffers in COM and RPC methods.pdf
96 KiB
2021-07-15 - Protecting customers from a private-sector offensive actor using 0-day exploits and DevilsTongue malware.pdf
968 KiB
2021-07-16 - Whats the difference between throwing a winrthresult_error and using winrtthrow_hresult.pdf
96 KiB
2021-07-19 - C11 braced initialization made the impossible possible and how to fix it so it stays impossible.pdf
96 KiB
2021-07-20 - Why does the New menu even exist for creating new empty files.pdf
94 KiB
2021-07-21 - I know I can change the color of the DC pen but what about the other attributes.pdf
79 KiB
2021-07-22 - The case of the strange NT-style path that was discovered by SearchPath.pdf
96 KiB
2021-07-23 - The history of passing a null pointer as the key name to RegOpenKeyEx.pdf
173 KiB
2021-07-26 - Diagnosing why your batch file prints a garbage character one character and nothing more.pdf
90 KiB
2021-07-27 - Twitter misdetected the 2011 Build conference keynote as a denial-of-service attack.pdf
72 KiB
2021-07-28 - How can I prevent the mouse from moving in response to touch input.pdf
106 KiB
2021-07-29 - On the interaction between the FILE_FLAG_NO_BUFFERING and FILE_FLAG_WRITE_THROUGH flags.pdf
103 KiB
2021-07-30 - Why doesnt my asynchronous read operation complete when I close the handle.pdf
82 KiB
2021-08-02 - How can I figure out which object is being hosted in an instance of dllhost.pdf
98 KiB
2021-08-03 - Why are all of the retail demo names male.pdf
146 KiB
2021-08-04 - What is a static Windows Runtime class how should I express it and when should I use it.pdf
141 KiB
2021-08-05 - An example of using Windows Runtime interop methods from CWinRT RequestTokenForWindowAsync.pdf
159 KiB
2021-08-06 - Using Windows Runtime interop methods from CWinRT Some helper functions.pdf
91 KiB
2021-08-09 - Why am I getting a weird error about promise_type when I try to write a coroutine.pdf
97 KiB
2021-08-10 - Why did the old RAID database use a signed 16-bit integer for its record count Why not unsigned or a .pdf
97 KiB
2021-08-11 - How can I prevent my UWP app from showing up in the Start menu.pdf
90 KiB
2021-08-12 - How can I find the heap that a memory block originally came from so I can free it properly.pdf
97 KiB
2021-08-13 - Resolving the ambiguity when your C class inherits from multiple base classes that have the same meth.pdf
119 KiB
2021-08-16 - What are these dire multithreading consequences that the GetFullPathName documentation is trying to w.pdf
135 KiB
2021-08-17 - Is it expected that custom default pinned taskbar items via LayoutModificationxml keep coming back ea.pdf
100 KiB
2021-08-18 - Whats with all of the references to dude in the accessibility header files.pdf
118 KiB
2021-08-19 - How to pwn an unattended laptop according to Humans.pdf
104 KiB
2021-08-19 - What is the deal with the SM_CXCURSOR system metric.pdf
111 KiB
2021-08-20 - How do I find out the size of the mouse cursor.pdf
99 KiB
2021-08-23 - CWinRT nasty gotcha winrtparamhstring constructed from stdwstring_view requires null termination.pdf
78 KiB
2021-08-24 - How to sneak the Windows 95 credits screen into the build without anybody noticing.pdf
108 KiB
2021-08-25 - The Windows Runtime PassArray is a read-only array even though it isnt declared const.pdf
106 KiB
2021-08-26 - In C how do I get the descriptive text for an HRESULT.pdf
88 KiB
2021-08-27 - How can I break down a shell item in the same way as the breadcrumb bar.pdf
113 KiB
2021-08-30 - The various ways of moving between CWinRT and classic COM.pdf
159 KiB
2021-08-31 - Notes on the Seattle Symphonys expanded concert schedule for 20212022 season.pdf
90 KiB
2021-08-31 - What are the consequences of increasing the per-process GDI handle limit.pdf
70 KiB
2021-09-01 - Looking at world through __stdcall-colored glasses.pdf
97 KiB
2021-09-02 - Adventures in application compatibility The cost of forgetting to specify a calling convention.pdf
101 KiB
2021-09-03 - I declared my Windows Runtime method as accepting an array by reference but it always arrives empty.pdf
137 KiB
2021-09-06 - Ordering asynchronous updates with coroutines part 1 Mutual exclusion.pdf
94 KiB
2021-09-07 - Ordering asynchronous updates with coroutines part 2 Restart with hand-off.pdf
151 KiB
2021-09-08 - Ordering asynchronous updates with coroutines part 3 Let them all compete but only one wins.pdf
176 KiB
2021-09-09 - Ordering asynchronous updates with coroutines part 4 Bowing out explicit version.pdf
96 KiB
2021-09-10 - Ordering asynchronous updates with coroutines part 5 Bowing out via cancellation.pdf
142 KiB
2021-09-13 - The CWinRT query_interface_tearoff extension point and using it for COM aggregation.pdf
115 KiB
2021-09-14 - Microspeak Persona.pdf
89 KiB
2021-09-15 - How do I set the alpha channel of a GDI bitmap to 255.pdf
115 KiB
2021-09-16 - The C implicit assignment operator is a non-ref-qualified member even if the base classs assignment h.pdf
121 KiB
2021-09-17 - Adventures in application compatibility The case of the wild instruction pointer that upon closer ins.pdf
161 KiB
2021-09-20 - What does this mean The caller specified wait timed out before the operation completed because a host.pdf
83 KiB
2021-09-21 - The CertUtil program will decode Windows error codes and in a variety of formats.pdf
84 KiB
2021-09-22 - Converting between UTF-8 strings and UTF-16 strings in CWinRT.pdf
88 KiB
2021-09-23 - Why is there trailing garbage when I try to decode the bytes of a HttpContent object.pdf
144 KiB
2021-09-24 - The case of the UWP application that crashes at launch on Windows 10X.pdf
214 KiB
2021-09-27 - Why am I getting an unresolved external from CWinRT if it is a header-only C library.pdf
101 KiB
2021-09-28 - The subtleties of CreateStreamOnHGlobal part 1 Introduction and basic usage.pdf
109 KiB
2021-09-29 - The subtleties of CreateStreamOnHGlobal part 2 Suppressing the deletion of an unknown HGLOBAL.pdf
127 KiB
2021-09-30 - The subtleties of CreateStreamOnHGlobal part 3 Suppressing the deletion of a shared HGLOBAL.pdf
135 KiB
2021-10-01 - The subtleties of CreateStreamOnHGlobal part 4 Non-movable memory.pdf
134 KiB
2021-10-04 - Some lesser-known powers of stdoptional.pdf
130 KiB
2021-10-05 - Not from inside the Redmond Reality Distortion Field Microsoft Streets and Trips support for ferries.pdf
70 KiB
2021-10-06 - Why is the main function always at address 0x00401000 in a simple program.pdf
94 KiB
2021-10-07 - Debugging coroutine handles The Microsoft Visual C compiler clang and gcc.pdf
171 KiB
2021-10-08 - What can I do about timer build-up when waiting for COM outbound calls to complete.pdf
85 KiB
2021-10-11 - Is there a way that my macro can detect that its running in a C coroutine.pdf
117 KiB
2021-10-12 - The happy hand A puzzle about odd names in Azure DevOps.pdf
98 KiB
2021-10-13 - Local variables are different from parameters in C coroutines.pdf
146 KiB
2021-10-14 - Why does GetModuleInfo fail to produce an entry point for executables.pdf
104 KiB
2021-10-15 - What does the SizeOfImage mean in the MODULEINFO structure.pdf
92 KiB
2021-10-18 - How can I get the screen reader to read out an error message that I displayed inline on a page.pdf
103 KiB
2021-10-19 - That time we had a network outage due to unexpected hunter activity.pdf
74 KiB
2021-10-20 - My code crashed when I asked WIL to convert an exception to an HRESULT did I throw an improper except.pdf
188 KiB
2021-10-21 - Why isnt MapDialogRect mapping dialog rectangles.pdf
94 KiB
2021-10-22 - Renaming a file is a multi-step process only one of which is changing the name of the file.pdf
161 KiB
2021-10-25 - A very brief introduction to patterns for implementing a COM object that hands out references to itse.pdf
160 KiB
2021-10-26 - Giving a single object multiple COM identities part 1.pdf
141 KiB
2021-10-27 - [RE025] TrickBot ... many tricks.pdf
4.8 MiB
2021-10-27 - Giving a single object multiple COM identities part 2.pdf
147 KiB
2021-10-28 - Giving a single object multiple COM identities part 3.pdf
120 KiB
2021-10-29 - Giving a single object multiple COM identities part 4.pdf
150 KiB
2021-11-01 - Why do all this coroutine stuff if you can just use stdfuture.pdf
90 KiB
2021-11-02 - The focus rectangle says Im not orange Im just drawn that way.pdf
118 KiB
2021-11-03 - A capturing lambda can be a coroutine but you have to save your captures while you still can.pdf
110 KiB
2021-11-04 - How can I prevent myself from accessing a lambda captured variable or a parameter after Im done with .pdf
150 KiB
2021-11-05 - The case of the CWinRT cached factories that pointed into freed memory.pdf
106 KiB
2021-11-08 - Restoring support for pre-standardization coroutine free awaiters for even older code bases.pdf
95 KiB
2021-11-09 - If your domain name parser cant handle internationalized domain names then maybe thats your parsers p.pdf
130 KiB
2021-11-10 - How am I supposed to create children of the Win32 tab control.pdf
140 KiB
2021-11-11 - The inside story of the outside investigation of SoftRAM 95.pdf
181 KiB
2021-11-12 - Another way of looking at C reverse iterators.pdf
121 KiB
2021-11-15 - A practical use for GetHGlobalFromStream when sharing was never your intention.pdf
145 KiB
2021-11-16 - Microspeak Righteous.pdf
96 KiB
2021-11-17 - The mental model for StartThreadpoolIo.pdf
94 KiB
2021-11-18 - What does the CompileAsWinRT Visual Studio project option mean.pdf
102 KiB
2021-11-19 - Why is my CCX ref class forbidden from having public methods that are templates or mention say stdvec.pdf
119 KiB
2021-11-22 - A reminder about the correct way of accessing and manipulating the position of icons on the desktop.pdf
80 KiB
2021-11-23 - Every business process secretly wants to fail.pdf
102 KiB
2021-11-24 - Appending additional payload to a PROPSHEETPAGE structure.pdf
210 KiB
2021-11-25 - How do I pass an array of variable-sized PROPSHEETPAGE structures to PropertySheet.pdf
193 KiB
2021-11-26 - I called AdjustTokenPrivileges but I was still told that a necessary privilege was not held redux.pdf
164 KiB
2021-11-26 - The two products may be identical but they are not the same.pdf
69 KiB
2021-11-29 - How did Windows 31s virtual machine manager get the information to show in the text-mode AltTab switc.pdf
119 KiB
2021-11-30 - How can my CWinRT component pass a stdvector back to the caller.pdf
109 KiB
2021-12-01 - How can I transfer ownership of a C-style array to a Windows Runtime component.pdf
123 KiB
2021-12-02 - How do I receive ownership of a C-style array in a Windows Runtime component.pdf
96 KiB
2021-12-03 - How can I produce a C-style array from a Windows Runtime asynchronous operation.pdf
138 KiB
2021-12-06 - Compiler error message metaprogramming Helping to find the conflicting macro definition.pdf
103 KiB
2021-12-07 - It rather involved being on the other side of this airtight hatchway Producing malicious data in a ke.pdf
96 KiB
2021-12-07 - What happens when a hot air balloon lands in your yard.pdf
74 KiB
2021-12-08 - Using CRTP to your advantage Simplifying overloaded Windows Runtime method projections in CWinRT.pdf
112 KiB
2021-12-09 - If youre going to configure a header file you have to do it before you include the header file.pdf
150 KiB
2021-12-10 - Its okay to be contrary but you need to be consistently contrary Going against the ambient character .pdf
103 KiB
2021-12-13 - Dubious security vulnerability Accessing information across accounts after changing email address.pdf
96 KiB
2021-12-14 - Embarrassing product names created Windows CE.pdf
89 KiB
2021-12-15 - What does Do not launch but debug my code when it launches mean.pdf
96 KiB
2021-12-16 - Avast Finds Backdoor on US Government Commission Network.pdf
1.7 MiB
2021-12-16 - Why does the precise point at which I get a stack overflow exception change from run to run.pdf
90 KiB
2021-12-17 - Why is the stack overflow exception raised before the stack has overflowed.pdf
106 KiB
2021-12-20 - Why do I have to add one when setting a class background brush to a system color.pdf
86 KiB
2021-12-21 - You thought Windows drivers from 2006 were old waitll you see the Intel drivers from 1968.pdf
99 KiB
2021-12-22 - How do I programmatically reposition monitors in a multiple-monitor system.pdf
97 KiB
2021-12-23 - Its easy to get data into the GPU but harder to get it out.pdf
95 KiB
2021-12-24 - The Thanksgiving to Christmas sales nationwide of the VIS could be tabulated in an unsigned char.pdf
148 KiB
2021-12-27 - How do I add custom controls to the common file open or file save dialogs.pdf
90 KiB
2021-12-28 - A rejected attempt to inject pseudo-physics into Windows 8 toast notifications.pdf
89 KiB
2021-12-29 - You cant copy code with memcpy code is more complicated than that.pdf
129 KiB
2021-12-30 - The CCX String is not an object even though it wears a hat.pdf
122 KiB
2021-12-31 - 2021 year-end link clearance.pdf
127 KiB
2021-12-31 - The case of the programs that were launched with impossible command line options.pdf
76 KiB