winresult 0.1.3

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

use super::*;


/// Error drawing view
pub const E_DRAW : HResultError = HResultError::from_constant(0x80040140); // VIEW_E_DRAW

/// View is already frozen
pub const S_ALREADY_FROZEN : HResultSuccess = HResultSuccess::from_constant(0x00040140); // VIEW_S_ALREADY_FROZEN