Skip to main content

EOS_Ecom_QueryOwnershipTokenOptions

Type Alias EOS_Ecom_QueryOwnershipTokenOptions 

Source
pub type EOS_Ecom_QueryOwnershipTokenOptions = _tagEOS_Ecom_QueryOwnershipTokenOptions;
Expand description

Input parameters for the EOS_Ecom_QueryOwnershipToken function.

Aliased Type§

#[repr(C)]
pub struct EOS_Ecom_QueryOwnershipTokenOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_EpicAccountIdDetails, pub CatalogItemIds: *mut *const u8, pub CatalogItemIdCount: u32, pub CatalogNamespace: *const u8, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ECOM_QUERYOWNERSHIPTOKEN_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the local user whose ownership token you want to query

§CatalogItemIds: *mut *const u8

The array of Catalog Item IDs to check for ownership, matching in number to the CatalogItemIdCount

§CatalogItemIdCount: u32

The number of catalog item IDs to query

§CatalogNamespace: *const u8

Optional product namespace, if not the one specified during initialization