Windows ErrorsError
ERROR_FILE_EXISTS (80)ERROR_FILE_EXISTS (80) — File Exists
The file already exists and cannot be created.
windows
View details ERROR_MAPPED_ALIGNMENT (1309)The base address or file offset is not properly aligned.
A memory-mapped file operation requires the offset to be aligned to the system allocation granularity (typically 64 KB).
Align the offset to the system allocation granularity. Use GetSystemInfo() to get the alignment value.
ERROR_FILE_EXISTS (80)The file already exists and cannot be created.
ERROR_SERVICE_DISABLED (1058)The service cannot be started because it is disabled.
ERROR_IO_PENDING (997)An overlapped I/O operation is in progress.
ERROR_NOT_READY (21)The device is not ready for use.
ERROR_PROC_NOT_FOUND (127)The specified procedure could not be found in the DLL.
ERROR_DEV_NOT_EXIST (55)The specified network resource is not available.