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::*;


/// The size of the data could not be determined.
pub const E_SIZEDEFINITE : HResultError = HResultError::from_constant(0x800B0009); // PERSIST_E_SIZEDEFINITE

/// The size of the indefinite-sized data could not be determined.
pub const E_SIZEINDEFINITE : HResultError = HResultError::from_constant(0x800B000A); // PERSIST_E_SIZEINDEFINITE

/// This object does not read and write self-sizing data.
pub const E_NOTSELFSIZING : HResultError = HResultError::from_constant(0x800B000B); // PERSIST_E_NOTSELFSIZING