Enum Win32Error
A Win32 error code.
Namespace: Dapplo.Windows.Common.Enums
Assembly: Dapplo.Windows.Common.dll
Syntax
public enum Win32Error : uint
Fields
| Name | Description |
|---|---|
| AccessDenied | |
| AlreadyAssigned | |
| ArenaTrashed | |
| BadCommand | |
| BadEnvironment | |
| BadFormat | |
| BadLength | |
| BadNetPath | |
| BadUnit | |
| CannotMake | |
| Crc | |
| CurrentDirectory | |
| DevNotExist | |
| DupName | |
| ExclSemAlreadyOwned | |
| FileExists | |
| FileNotFound | |
| GenFailure | |
| HandleDiskFull | |
| HandleEof | |
| InvalidAccess | |
| InvalidAtInterruptTime | |
| InvalidBlock | |
| InvalidData | |
| InvalidDrive | |
| InvalidFunction | |
| InvalidHandle | |
| InvalidParameter | |
| InvalidPassword | |
| LockViolation | |
| NetworkBusy | |
| NetWriteFault | |
| NoMoreFiles | |
| NoProcSlots | |
| NotDosDisk | |
| NotEnoughMemory | |
| NotReady | |
| NotSameDevice | |
| NotSupported | |
| OutOfMemory | |
| OutOfPaper | |
| PathNotFound | |
| ReadFault | |
| RemNotList | |
| SectorNotFound | |
| Seek | |
| SemIsSet | |
| SemOwnerDied | |
| SemUserLimit | |
| SharingBufferExceeded | |
| SharingViolation | |
| Success | |
| TooManyCmds | |
| TooManyOpenFiles | |
| TooManySemaphores | |
| TooManySemRequests | |
| WriteFault | |
| WriteProtect | |
| WrongDisk |