| ... | ... | @@ -11,8 +11,13 @@ pub const ABANDONED_WAIT_0 = 0x00000080; |
| 11 | 11 | pub const ABANDONED_WAIT_63 = 0x000000BF; |
| 12 | 12 | pub const USER_APC = 0x000000C0; |
| 13 | 13 | pub const ALERTED = 0x00000101; |
| 14 | |
| 15 | /// The given Timeout interval expired. |
| 14 | 16 | pub const TIMEOUT = 0x00000102; |
| 17 | |
| 18 | /// The operation that was requested is pending completion. |
| 15 | 19 | pub const PENDING = 0x00000103; |
| 20 | |
| 16 | 21 | pub const REPARSE = 0x00000104; |
| 17 | 22 | pub const MORE_ENTRIES = 0x00000105; |
| 18 | 23 | pub const NOT_ALL_ASSIGNED = 0x00000106; |
| ... | ... | @@ -128,6 +133,8 @@ pub const GUARD_PAGE_VIOLATION = 0x80000001; |
| 128 | 133 | pub const DATATYPE_MISALIGNMENT = 0x80000002; |
| 129 | 134 | pub const BREAKPOINT = 0x80000003; |
| 130 | 135 | pub const SINGLE_STEP = 0x80000004; |
| 136 | |
| 137 | /// The data was too large to fit into the specified buffer. |
| 131 | 138 | pub const BUFFER_OVERFLOW = 0x80000005; |
| 132 | 139 | pub const NO_MORE_FILES = 0x80000006; |
| 133 | 140 | pub const WAKE_SYSTEM_DEBUGGER = 0x80000007; |