winresult 0.1.3

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

use super::*;


/// Moniker needs to be connected manually
pub const E_CONNECTMANUALLY : HResultError = HResultError::from_constant(0x800401E0); // MK_E_CONNECTMANUALLY

/// Operation exceeded deadline
pub const E_EXCEEDEDDEADLINE : HResultError = HResultError::from_constant(0x800401E1); // MK_E_EXCEEDEDDEADLINE

/// Moniker needs to be generic
pub const E_NEEDGENERIC : HResultError = HResultError::from_constant(0x800401E2); // MK_E_NEEDGENERIC

/// Operation unavailable
pub const E_UNAVAILABLE : HResultError = HResultError::from_constant(0x800401E3); // MK_E_UNAVAILABLE

/// Invalid syntax
pub const E_SYNTAX : HResultError = HResultError::from_constant(0x800401E4); // MK_E_SYNTAX

/// No object for moniker
pub const E_NOOBJECT : HResultError = HResultError::from_constant(0x800401E5); // MK_E_NOOBJECT

/// Bad extension for file
pub const E_INVALIDEXTENSION : HResultError = HResultError::from_constant(0x800401E6); // MK_E_INVALIDEXTENSION

/// Intermediate operation failed
pub const E_INTERMEDIATEINTERFACENOTSUPPORTED : HResultError = HResultError::from_constant(0x800401E7); // MK_E_INTERMEDIATEINTERFACENOTSUPPORTED

/// Moniker is not bindable
pub const E_NOTBINDABLE : HResultError = HResultError::from_constant(0x800401E8); // MK_E_NOTBINDABLE

/// Moniker is not bound
pub const E_NOTBOUND : HResultError = HResultError::from_constant(0x800401E9); // MK_E_NOTBOUND

/// Moniker cannot open file
pub const E_CANTOPENFILE : HResultError = HResultError::from_constant(0x800401EA); // MK_E_CANTOPENFILE

/// User input required for operation to succeed
pub const E_MUSTBOTHERUSER : HResultError = HResultError::from_constant(0x800401EB); // MK_E_MUSTBOTHERUSER

/// Moniker class has no inverse
pub const E_NOINVERSE : HResultError = HResultError::from_constant(0x800401EC); // MK_E_NOINVERSE

/// Moniker does not refer to storage
pub const E_NOSTORAGE : HResultError = HResultError::from_constant(0x800401ED); // MK_E_NOSTORAGE

/// No common prefix
pub const E_NOPREFIX : HResultError = HResultError::from_constant(0x800401EE); // MK_E_NOPREFIX

/// Moniker could not be enumerated
pub const E_ENUMERATION_FAILED : HResultError = HResultError::from_constant(0x800401EF); // MK_E_ENUMERATION_FAILED

/// Moniker reduced to itself
pub const S_REDUCED_TO_SELF : HResultSuccess = HResultSuccess::from_constant(0x000401E2); // MK_S_REDUCED_TO_SELF

/// Common prefix is this moniker
pub const S_ME : HResultSuccess = HResultSuccess::from_constant(0x000401E4); // MK_S_ME

/// Common prefix is input moniker
pub const S_HIM : HResultSuccess = HResultSuccess::from_constant(0x000401E5); // MK_S_HIM

/// Common prefix is both monikers
pub const S_US : HResultSuccess = HResultSuccess::from_constant(0x000401E6); // MK_S_US

/// Moniker is already registered in running object table
pub const S_MONIKERALREADYREGISTERED : HResultSuccess = HResultSuccess::from_constant(0x000401E7); // MK_S_MONIKERALREADYREGISTERED

/// Moniker path could not be normalized
pub const E_NO_NORMALIZED : HResultError = HResultError::from_constant(0x80080007); // MK_E_NO_NORMALIZED