winresult 0.1.3

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

use super::*;


/// Success codes
pub const OK : HResultSuccess = HResultSuccess::from_constant(0x00000000); // S_OK

/// Success codes
pub const FALSE : HResultSuccess = HResultSuccess::from_constant(0x00000001); // S_FALSE

/// The Store was launched instead of the specified app because the app's package was in an invalid state.
pub const STORE_LAUNCHED_FOR_REMEDIATION : HResultSuccess = HResultSuccess::from_constant(0x00270258); // S_STORE_LAUNCHED_FOR_REMEDIATION

/// This app failed to launch, but the error was handled with a dialog.
pub const APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG : HResultSuccess = HResultSuccess::from_constant(0x00270259); // S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG

pub const NOT_RESIDENT : HResultSuccess = HResultSuccess::from_constant(0x08760875); // S_NOT_RESIDENT
pub const RESIDENT_IN_SHARED_MEMORY : HResultSuccess = HResultSuccess::from_constant(0x08760876); // S_RESIDENT_IN_SHARED_MEMORY
pub const PRESENT_MODE_CHANGED : HResultSuccess = HResultSuccess::from_constant(0x08760877); // S_PRESENT_MODE_CHANGED
pub const PRESENT_OCCLUDED : HResultSuccess = HResultSuccess::from_constant(0x08760878); // S_PRESENT_OCCLUDED