winresult 0.1.3

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

use super::*;


/// The GUID passed was not recognized as valid by a WMI data provider.
pub const GUID_NOT_FOUND : ErrorCode = ErrorCode::from_constant(4200); // ERROR_WMI_GUID_NOT_FOUND

/// The instance name passed was not recognized as valid by a WMI data provider.
pub const INSTANCE_NOT_FOUND : ErrorCode = ErrorCode::from_constant(4201); // ERROR_WMI_INSTANCE_NOT_FOUND

/// The data item ID passed was not recognized as valid by a WMI data provider.
pub const ITEMID_NOT_FOUND : ErrorCode = ErrorCode::from_constant(4202); // ERROR_WMI_ITEMID_NOT_FOUND

/// The WMI request could not be completed and should be retried.
pub const TRY_AGAIN : ErrorCode = ErrorCode::from_constant(4203); // ERROR_WMI_TRY_AGAIN

/// The WMI data provider could not be located.
pub const DP_NOT_FOUND : ErrorCode = ErrorCode::from_constant(4204); // ERROR_WMI_DP_NOT_FOUND

/// The WMI data provider references an instance set that has not been registered.
pub const UNRESOLVED_INSTANCE_REF : ErrorCode = ErrorCode::from_constant(4205); // ERROR_WMI_UNRESOLVED_INSTANCE_REF

/// The WMI data block or event notification has already been enabled.
pub const ALREADY_ENABLED : ErrorCode = ErrorCode::from_constant(4206); // ERROR_WMI_ALREADY_ENABLED

/// The WMI data block is no longer available.
pub const GUID_DISCONNECTED : ErrorCode = ErrorCode::from_constant(4207); // ERROR_WMI_GUID_DISCONNECTED

/// The WMI data service is not available.
pub const SERVER_UNAVAILABLE : ErrorCode = ErrorCode::from_constant(4208); // ERROR_WMI_SERVER_UNAVAILABLE

/// The WMI data provider failed to carry out the request.
pub const DP_FAILED : ErrorCode = ErrorCode::from_constant(4209); // ERROR_WMI_DP_FAILED

/// The WMI MOF information is not valid.
pub const INVALID_MOF : ErrorCode = ErrorCode::from_constant(4210); // ERROR_WMI_INVALID_MOF

/// The WMI registration information is not valid.
pub const INVALID_REGINFO : ErrorCode = ErrorCode::from_constant(4211); // ERROR_WMI_INVALID_REGINFO

/// The WMI data block or event notification has already been disabled.
pub const ALREADY_DISABLED : ErrorCode = ErrorCode::from_constant(4212); // ERROR_WMI_ALREADY_DISABLED

/// The WMI data item or data block is read only.
pub const READ_ONLY : ErrorCode = ErrorCode::from_constant(4213); // ERROR_WMI_READ_ONLY

/// The WMI data item or data block could not be changed.
pub const SET_FAILURE : ErrorCode = ErrorCode::from_constant(4214); // ERROR_WMI_SET_FAILURE