A Handy Guide to Handling Handles

Doing some Win32 programing for $work at the moment, and once again I’m faced with the prospect of straddling several different API sets to get the job done properly (and portably, in the sections that don’t NEED to do anything Windows-specific). One of the most annoying things is having to deal with all the different sorts of file handles available.

This article has helped me navigate those murky waters:

hoodwink.d enhanced