winresult 0.1.3

windows result codes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// WARNING: this file is auto-generated by xtask gen and may be overwritten

use super::*;


/// An invalid root block pointer was specified
pub const E_INVALID_ROOT : HResultError = HResultError::from_constant(0x80080009); // MEM_E_INVALID_ROOT

/// An allocation chain contained an invalid link pointer
pub const E_INVALID_LINK : HResultError = HResultError::from_constant(0x80080010); // MEM_E_INVALID_LINK

/// The requested allocation size was too large
pub const E_INVALID_SIZE : HResultError = HResultError::from_constant(0x80080011); // MEM_E_INVALID_SIZE