// WARNING: this file is auto-generated by xtask gen and may be overwritten
use super::*;
/// Class does not support aggregation (or class object is remote)
pub const E_NOAGGREGATION : HResultError = HResultError::from_constant(0x80040110); // CLASS_E_NOAGGREGATION
/// ClassFactory cannot supply requested class
pub const E_CLASSNOTAVAILABLE : HResultError = HResultError::from_constant(0x80040111); // CLASS_E_CLASSNOTAVAILABLE
/// Class is not licensed for use
pub const E_NOTLICENSED : HResultError = HResultError::from_constant(0x80040112); // CLASS_E_NOTLICENSED