Skip to content

Commit

Permalink
Fix links (Uncategorized)
Browse files Browse the repository at this point in the history
  • Loading branch information
mity committed Jan 13, 2020
1 parent 23010f2 commit d6de586
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1013,28 +1013,28 @@ found useful.

## Uncategorized

* [How do I determine the processor's cache line size?](http:https://devblogs.com/b/oldnewthing/archive/2009/12/08/9933836.aspx) (`GetLogicalProcessorInformation()`)
* [Why are structure sizes checked strictly?](http:https://devblogs.com/b/oldnewthing/archive/2003/12/12/56061.aspx)
* [What's the difference between `CreateMenu` and `CreatePopupMenu`?](http:https://devblogs.com/b/oldnewthing/archive/2003/12/30/46594.aspx)
* [`TEXT` vs. `_TEXT` vs. `_T`, and `UNICODE` vs. `_UNICODE`](http:https://devblogs.com/b/oldnewthing/archive/2004/02/12/71851.aspx)
* [Why are `HANDLE` return values so inconsistent?](http:https://devblogs.com/b/oldnewthing/archive/2004/03/02/82639.aspx)
* [How to retrieve text under the cursor (mouse pointer)](http:https://devblogs.com/b/oldnewthing/archive/2004/04/23/118893.aspx)
* [How to detect programmatically whether you are running on 64-bit Windows](http:https://devblogs.com/b/oldnewthing/archive/2005/02/01/364563.aspx)
* [A timed context menu](http:https://devblogs.com/b/oldnewthing/archive/2005/03/07/387044.aspx)
* [The importance of passing the `WT_EXECUTELONGFUNCTION` flag to `QueueUserWorkItem`](http:https://devblogs.com/b/oldnewthing/archive/2005/07/22/441785.aspx)
* [If your callback fails, it's your responsibility to set the error code](http:https://devblogs.com/b/oldnewthing/archive/2006/01/23/516202.aspx)
* [The double-click time tells the window manager how good your reflexes are](http:https://devblogs.com/b/oldnewthing/archive/2008/04/23/8417521.aspx)
* [The cursor isn't associated with a window or a window class; it's associated with a thread group](http:https://devblogs.com/b/oldnewthing/archive/2011/02/07/10125509.aspx)
* [Menu item states are not reliable until they are shown because they aren't needed until then](http:https://devblogs.com/b/oldnewthing/archive/2011/08/05/10192952.aspx)
* [How can I display a live screenshot of a piece of another application?](http:https://devblogs.com/b/oldnewthing/archive/2013/05/13/10417964.aspx)
* [Converting from a UTC-based `SYSTEMTIME` directly to a local-time-based `SYSTEMTIME`](http:https://devblogs.com/b/oldnewthing/archive/2014/03/07/10505926.aspx)
* [Programmatically uploading a file to an FTP site](http:https://devblogs.com/b/oldnewthing/archive/2014/03/10/10506422.aspx)
* [How can you use both versions 5 and 6 of the common controls within the same module?](http:https://devblogs.com/b/oldnewthing/archive/2014/05/08/10523522.aspx)
* [How can I tell if Windows Update is waiting for the system to reboot?](http:https://devblogs.com/b/oldnewthing/archive/2015/09/21/10642727.aspx)
* [How do I call `SetTimer` with a timer ID that is guaranteed not to conflict with any other timer ID?](http:https://devblogs.com/b/oldnewthing/archive/2015/09/24/10643494.aspx)
* [How do I determine the processor's cache line size?](https:https://devblogs.microsoft.com/oldnewthing/20091208-01/?p=15733) (`GetLogicalProcessorInformation()`)
* [Why are structure sizes checked strictly?](https:https://devblogs.microsoft.com/oldnewthing/20031212-00/?p=41523)
* [What's the difference between `CreateMenu` and `CreatePopupMenu`?](https:https://devblogs.microsoft.com/oldnewthing/20031230-00/?p=41273)
* [`TEXT` vs. `_TEXT` vs. `_T`, and `UNICODE` vs. `_UNICODE`](https:https://devblogs.microsoft.com/oldnewthing/20040212-00/?p=40643)
* [Why are `HANDLE` return values so inconsistent?](https:https://devblogs.microsoft.com/oldnewthing/20040302-00/?p=40443)
* [How to retrieve text under the cursor (mouse pointer)](https:https://devblogs.microsoft.com/oldnewthing/20040423-00/?p=39663)
* [How to detect programmatically whether you are running on 64-bit Windows](https:https://devblogs.microsoft.com/oldnewthing/20050201-00/?p=36553)
* [A timed context menu](https:https://devblogs.microsoft.com/oldnewthing/20050307-00/?p=36263)
* [The importance of passing the `WT_EXECUTELONGFUNCTION` flag to `QueueUserWorkItem`](https:https://devblogs.microsoft.com/oldnewthing/20050722-15/?p=34843)
* [If your callback fails, it's your responsibility to set the error code](https:https://devblogs.microsoft.com/oldnewthing/20060123-12/?p=32573)
* [The double-click time tells the window manager how good your reflexes are](https:https://devblogs.microsoft.com/oldnewthing/20080423-00/?p=22623)
* [The cursor isn't associated with a window or a window class; it's associated with a thread group](https:https://devblogs.microsoft.com/oldnewthing/20110207-00/?p=11563)
* [Menu item states are not reliable until they are shown because they aren't needed until then](https:https://devblogs.microsoft.com/oldnewthing/20110805-00/?p=9963)
* [How can I display a live screenshot of a piece of another application?](https:https://devblogs.microsoft.com/oldnewthing/20130513-00/?p=4393)
* [Converting from a UTC-based `SYSTEMTIME` directly to a local-time-based `SYSTEMTIME`](https:https://devblogs.microsoft.com/oldnewthing/20140307-00/?p=1573)
* [Programmatically uploading a file to an FTP site](https:https://devblogs.microsoft.com/oldnewthing/20140310-00/?p=1563)
* [How can you use both versions 5 and 6 of the common controls within the same module?](https:https://devblogs.microsoft.com/oldnewthing/20140508-00/?p=1043)
* [How can I tell if Windows Update is waiting for the system to reboot?](https:https://devblogs.microsoft.com/oldnewthing/20150921-00/?p=91551)
* [How do I call `SetTimer` with a timer ID that is guaranteed not to conflict with any other timer ID?](https:https://devblogs.microsoft.com/oldnewthing/20150924-00/?p=91521)
* [A window can’t have two timers with the same ID, so how do I assign an ID that nobody else is using?](https://devblogs.microsoft.com/oldnewthing/20191009-00/?p=102974)
* [What does it mean when a display change is temporary?](http:https://devblogs.com/b/oldnewthing/archive/2008/01/04/6973747.aspx)
* [How do I obtain the comment for a share?](http:https://devblogs.com/b/oldnewthing/archive/2015/10/05/10645685.aspx)
* [What does it mean when a display change is temporary?](https:https://devblogs.microsoft.com/oldnewthing/20080104-00/?p=23923)
* [How do I obtain the comment for a share?](https:https://devblogs.microsoft.com/oldnewthing/20151005-00/?p=91441)
* [How accurate are the various Windows time-querying functions?](https://devblogs.microsoft.com/oldnewthing/20170921-00/?p=97057)
* [How can I detect whether the user is logging off?](https://devblogs.microsoft.com/oldnewthing/20180705-00/?p=99175)
* [The sad history of Unicode `printf`-style format specifiers in Visual C++](https://devblogs.microsoft.com/oldnewthing/20190830-00/?p=102823)
Expand Down

0 comments on commit d6de586

Please sign in to comment.