Skip to main content

EOS_Ecom_CopyItemByIdOptions

Type Alias EOS_Ecom_CopyItemByIdOptions 

Source
pub type EOS_Ecom_CopyItemByIdOptions = _tagEOS_Ecom_CopyItemByIdOptions;
Expand description

Input parameters for the EOS_Ecom_CopyItemById function.

Aliased Type§

#[repr(C)]
pub struct EOS_Ecom_CopyItemByIdOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_EpicAccountIdDetails, pub ItemId: *const u8, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ECOM_COPYITEMBYID_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the local user whose item is being copied

§ItemId: *const u8

The ID of the item to get.