winresult 0.1.3

windows result codes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// WARNING: this file is auto-generated by xtask gen and may be overwritten

use super::*;


/// Undo is not available
pub const E_NOTUNDOABLE : HResultError = HResultError::from_constant(0x800401A0); // INPLACE_E_NOTUNDOABLE

/// Space for tools is not available
pub const E_NOTOOLSPACE : HResultError = HResultError::from_constant(0x800401A1); // INPLACE_E_NOTOOLSPACE

/// Message is too long; some of it had to be truncated before displaying
pub const S_TRUNCATED : HResultSuccess = HResultSuccess::from_constant(0x000401A0); // INPLACE_S_TRUNCATED