// WARNING: this file is auto-generated by xtask gen and may be overwritten
use super::*;
/// The size of the data could not be determined.
pub const E_SIZEDEFINITE : HResultError = HResultError::from_constant(0x800B0009); // PERSIST_E_SIZEDEFINITE
/// The size of the indefinite-sized data could not be determined.
pub const E_SIZEINDEFINITE : HResultError = HResultError::from_constant(0x800B000A); // PERSIST_E_SIZEINDEFINITE
/// This object does not read and write self-sizing data.
pub const E_NOTSELFSIZING : HResultError = HResultError::from_constant(0x800B000B); // PERSIST_E_NOTSELFSIZING