winresult 0.1.3

windows result codes
Documentation
// WARNING: this file is auto-generated by xtask gen and may be overwritten

use super::*;


/// Could not read key from registry
pub const E_READREGDB : HResultError = HResultError::from_constant(0x80040150); // REGDB_E_READREGDB

/// Could not write key to registry
pub const E_WRITEREGDB : HResultError = HResultError::from_constant(0x80040151); // REGDB_E_WRITEREGDB

/// Could not find the key in the registry
pub const E_KEYMISSING : HResultError = HResultError::from_constant(0x80040152); // REGDB_E_KEYMISSING

/// Invalid value for registry
pub const E_INVALIDVALUE : HResultError = HResultError::from_constant(0x80040153); // REGDB_E_INVALIDVALUE

/// Class not registered
pub const E_CLASSNOTREG : HResultError = HResultError::from_constant(0x80040154); // REGDB_E_CLASSNOTREG

/// Interface not registered
pub const E_IIDNOTREG : HResultError = HResultError::from_constant(0x80040155); // REGDB_E_IIDNOTREG

/// Threading model entry is not valid
pub const E_BADTHREADINGMODEL : HResultError = HResultError::from_constant(0x80040156); // REGDB_E_BADTHREADINGMODEL

/// A registration in a package violates package-specific policies
pub const E_PACKAGEPOLICYVIOLATION : HResultError = HResultError::from_constant(0x80040157); // REGDB_E_PACKAGEPOLICYVIOLATION