pub type EOS_Ecom_RedeemEntitlementsOptions = _tagEOS_Ecom_RedeemEntitlementsOptions;Expand description
Input parameters for the EOS_Ecom_RedeemEntitlements function.
Aliased Type§
#[repr(C)]pub struct EOS_Ecom_RedeemEntitlementsOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_EpicAccountIdDetails,
pub EntitlementIdCount: u32,
pub EntitlementIds: *mut *const u8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_ECOM_REDEEMENTITLEMENTS_API_LATEST.
LocalUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the user who is redeeming Entitlements
EntitlementIdCount: u32The number of Entitlements to redeem
EntitlementIds: *mut *const u8The array of Entitlements to redeem