winresult 0.1.3

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

use super::*;


/// OLESTREAM Get method failed
pub const E_OLESTREAM_GET : HResultError = HResultError::from_constant(0x800401C0); // CONVERT10_E_OLESTREAM_GET

/// OLESTREAM Put method failed
pub const E_OLESTREAM_PUT : HResultError = HResultError::from_constant(0x800401C1); // CONVERT10_E_OLESTREAM_PUT

/// Contents of the OLESTREAM not in correct format
pub const E_OLESTREAM_FMT : HResultError = HResultError::from_constant(0x800401C2); // CONVERT10_E_OLESTREAM_FMT

/// There was an error in a Windows GDI call while converting the bitmap to a DIB
pub const E_OLESTREAM_BITMAP_TO_DIB : HResultError = HResultError::from_constant(0x800401C3); // CONVERT10_E_OLESTREAM_BITMAP_TO_DIB

/// Contents of the IStorage not in correct format
pub const E_STG_FMT : HResultError = HResultError::from_constant(0x800401C4); // CONVERT10_E_STG_FMT

/// Contents of IStorage is missing one of the standard streams
pub const E_STG_NO_STD_STREAM : HResultError = HResultError::from_constant(0x800401C5); // CONVERT10_E_STG_NO_STD_STREAM

/// There was an error in a Windows GDI call while converting the DIB to a bitmap.
pub const E_STG_DIB_TO_BITMAP : HResultError = HResultError::from_constant(0x800401C6); // CONVERT10_E_STG_DIB_TO_BITMAP

/// Unable to convert OLESTREAM to IStorage
pub const S_NO_PRESENTATION : HResultSuccess = HResultSuccess::from_constant(0x000401C0); // CONVERT10_S_NO_PRESENTATION