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::*;


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