winresult 0.1.3

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

use super::*;


/// This PC does not have a valid license for the application or product.
pub const ERROR_UNLICENSED : ErrorCode = ErrorCode::from_constant(15861); // STORE_ERROR_UNLICENSED

/// The authenticated user does not have a valid license for the application or product.
pub const ERROR_UNLICENSED_USER : ErrorCode = ErrorCode::from_constant(15862); // STORE_ERROR_UNLICENSED_USER

/// The commerce transaction associated with this license is still pending verification.
pub const ERROR_PENDING_COM_TRANSACTION : ErrorCode = ErrorCode::from_constant(15863); // STORE_ERROR_PENDING_COM_TRANSACTION

/// The license has been revoked for this user.
pub const ERROR_LICENSE_REVOKED : ErrorCode = ErrorCode::from_constant(15864); // STORE_ERROR_LICENSE_REVOKED