winresult 0.1.3

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

use super::*;


/// Invalid OLEVERB structure
pub const E_OLEVERB : HResultError = HResultError::from_constant(0x80040000); // OLE_E_OLEVERB

/// Invalid advise flags
pub const E_ADVF : HResultError = HResultError::from_constant(0x80040001); // OLE_E_ADVF

/// Can't enumerate any more, because the associated data is missing
pub const E_ENUM_NOMORE : HResultError = HResultError::from_constant(0x80040002); // OLE_E_ENUM_NOMORE

/// This implementation doesn't take advises
pub const E_ADVISENOTSUPPORTED : HResultError = HResultError::from_constant(0x80040003); // OLE_E_ADVISENOTSUPPORTED

/// There is no connection for this connection ID
pub const E_NOCONNECTION : HResultError = HResultError::from_constant(0x80040004); // OLE_E_NOCONNECTION

/// Need to run the object to perform this operation
pub const E_NOTRUNNING : HResultError = HResultError::from_constant(0x80040005); // OLE_E_NOTRUNNING

/// There is no cache to operate on
pub const E_NOCACHE : HResultError = HResultError::from_constant(0x80040006); // OLE_E_NOCACHE

/// Uninitialized object
pub const E_BLANK : HResultError = HResultError::from_constant(0x80040007); // OLE_E_BLANK

/// Linked object's source class has changed
pub const E_CLASSDIFF : HResultError = HResultError::from_constant(0x80040008); // OLE_E_CLASSDIFF

/// Not able to get the moniker of the object
pub const E_CANT_GETMONIKER : HResultError = HResultError::from_constant(0x80040009); // OLE_E_CANT_GETMONIKER

/// Not able to bind to the source
pub const E_CANT_BINDTOSOURCE : HResultError = HResultError::from_constant(0x8004000A); // OLE_E_CANT_BINDTOSOURCE

/// Object is static; operation not allowed
pub const E_STATIC : HResultError = HResultError::from_constant(0x8004000B); // OLE_E_STATIC

/// User canceled out of save dialog
pub const E_PROMPTSAVECANCELLED : HResultError = HResultError::from_constant(0x8004000C); // OLE_E_PROMPTSAVECANCELLED

/// Invalid rectangle
pub const E_INVALIDRECT : HResultError = HResultError::from_constant(0x8004000D); // OLE_E_INVALIDRECT

/// compobj.dll is too old for the ole2.dll initialized
pub const E_WRONGCOMPOBJ : HResultError = HResultError::from_constant(0x8004000E); // OLE_E_WRONGCOMPOBJ

/// Invalid window handle
pub const E_INVALIDHWND : HResultError = HResultError::from_constant(0x8004000F); // OLE_E_INVALIDHWND

/// Object is not in any of the inplace active states
pub const E_NOT_INPLACEACTIVE : HResultError = HResultError::from_constant(0x80040010); // OLE_E_NOT_INPLACEACTIVE

/// Not able to convert object
pub const E_CANTCONVERT : HResultError = HResultError::from_constant(0x80040011); // OLE_E_CANTCONVERT

/// Not able to perform the operation because object is not given storage yet
pub const E_NOSTORAGE : HResultError = HResultError::from_constant(0x80040012); // OLE_E_NOSTORAGE

/// Use the registry database to provide the requested information
pub const S_USEREG : HResultSuccess = HResultSuccess::from_constant(0x00040000); // OLE_S_USEREG

/// Success, but static
pub const S_STATIC : HResultSuccess = HResultSuccess::from_constant(0x00040001); // OLE_S_STATIC

/// Macintosh clipboard format
pub const S_MAC_CLIPFORMAT : HResultSuccess = HResultSuccess::from_constant(0x00040002); // OLE_S_MAC_CLIPFORMAT