■ WINDOW ERROR CODES http://support.microsoft.com . Constant/value Description ERROR_SUCCESS / The operation completed successfully. ERROR_INVALID_FUNCTION / Incorrect function. ERROR_FILE_NOT_FOUND / The system cannot find the file specified. ERROR_PATH_NOT_FOUND / The system cannot find the path specified. ERROR_TOO_MANY_OPEN_FILES / The system cannot open the file. ERROR_ACCESS_DENIED / Access is denied. ERROR_INVALID_HANDLE / The handle is invalid. ERROR_ARENA_TRASHED / The storage control blocks were destroyed. ERROR_NOT_ENOUGH_MEMORY / Not enough storage is available to process this command. ERROR_INVALID_BLOCK / The storage control block address is invalid. ERROR_BAD_ENVIRONMENT / The environment is incorrect. ERROR_BAD_FORMAT / An attempt was made to load a program with an incorrect format. ERROR_INVALID_ACCESS / The access code is invalid. ERROR_INVALID_DATA / The data is invalid. ERROR_OUTOFMEMORY / Not enough st...