winresult 0.1.3

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

use super::*;


/// Invalid FORMATETC structure
pub const E_FORMATETC : HResultError = HResultError::from_constant(0x80040064); // DV_E_FORMATETC

/// Invalid DVTARGETDEVICE structure
pub const E_DVTARGETDEVICE : HResultError = HResultError::from_constant(0x80040065); // DV_E_DVTARGETDEVICE

/// Invalid STDGMEDIUM structure
pub const E_STGMEDIUM : HResultError = HResultError::from_constant(0x80040066); // DV_E_STGMEDIUM

/// Invalid STATDATA structure
pub const E_STATDATA : HResultError = HResultError::from_constant(0x80040067); // DV_E_STATDATA

/// Invalid lindex
pub const E_LINDEX : HResultError = HResultError::from_constant(0x80040068); // DV_E_LINDEX

/// Invalid tymed
pub const E_TYMED : HResultError = HResultError::from_constant(0x80040069); // DV_E_TYMED

/// Invalid clipboard format
pub const E_CLIPFORMAT : HResultError = HResultError::from_constant(0x8004006A); // DV_E_CLIPFORMAT

/// Invalid aspect(s)
pub const E_DVASPECT : HResultError = HResultError::from_constant(0x8004006B); // DV_E_DVASPECT

/// tdSize parameter of the DVTARGETDEVICE structure is invalid
pub const E_DVTARGETDEVICE_SIZE : HResultError = HResultError::from_constant(0x8004006C); // DV_E_DVTARGETDEVICE_SIZE

/// Object doesn't support IViewObject interface
pub const E_NOIVIEWOBJECT : HResultError = HResultError::from_constant(0x8004006D); // DV_E_NOIVIEWOBJECT