Skip to main content

EOS_Ecom_QueryOwnershipOptions

Type Alias EOS_Ecom_QueryOwnershipOptions 

Source
pub type EOS_Ecom_QueryOwnershipOptions = _tagEOS_Ecom_QueryOwnershipOptions;
Expand description

Input parameters for the EOS_Ecom_QueryOwnership function.

Aliased Type§

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

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ECOM_QUERYOWNERSHIP_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

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

§CatalogItemIds: *mut *const i8

The array of Catalog Item IDs to check for ownership

§CatalogItemIdCount: u32

The number of Catalog Item IDs to in the array

§CatalogNamespace: *const i8

Optional product namespace, if not the one specified during initialization