C and Win32: Getting non-documented return value from GetFileAttributesW() function
Language: C Platform: Windows 10 Compiler: MinGW I am obtaining a return value from the GetFileAttributesW() function (part of the Win32 API) equal to 17, which does not match any of the file attribute macros listed here, nor is it equal to the macro INVALID_FILE_ATTRIBUTES (-1). Upon calling GetLastError() after the function call, ERROR_SUCCESS is… Read More C and Win32: Getting non-documented return value from GetFileAttributesW() function