// 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