Erreurs WindowsErreur
ERROR_INVALID_DRIVE (15)ERROR_INVALID_DRIVE (15) — Invalid Drive
The specified drive letter is not valid or does not exist.
windows
Voir les détails ERROR_OPERATION_ABORTED (995)The I/O operation was aborted due to a thread exit or application request.
An overlapped I/O operation was canceled because the thread that initiated it exited, or CancelIo was called.
Do not exit threads while overlapped I/O is pending. Cancel operations explicitly before thread termination.
ERROR_INVALID_DRIVE (15)The specified drive letter is not valid or does not exist.
WSAEFAULT (10014)A bad pointer address was detected.
ERROR_NOT_SUPPORTED (50)The requested operation is not supported by the system.
IRQL_NOT_LESS_OR_EQUAL (0x0000000A)A kernel-mode driver accessed memory at an invalid IRQL (Interrupt Request Level).
ERROR_BAD_NET_NAME (67)The network name cannot be found.
System.FormatExceptionThe format of an argument does not match the expected pattern.