Is there a comprehensive list of Win32 functions that indicate error with `INVALID_HANDLE_VALUE`?
The Win32 CreateFile
function is well-known for returning INVALID_HANDLE_VALUE
rather than NULL
in the case of failure. This has apparently been a source of confusion for programmers.