Implement abortion in image convertion process.

This commit is contained in:
2025-11-25 19:47:40 +00:00
parent 37b8eeaf4f
commit 5febb2012d
10 changed files with 106 additions and 39 deletions

View File

@@ -283,5 +283,9 @@ public enum ErrorNumber
/// <summary>Specified sector could not be found</summary>
SectorNotFound = 29,
/// <summary>Image or device has not been opened</summary>
NotOpened = 30
NotOpened = 30,
/// <summary>Canceled</summary>
ECANCELED = Canceled,
/// <summary>Canceled</summary>
Canceled = -125
}