Skip to main content

EOS_Ecom_QueryOwnershipBySandboxIdsOptions

Type Alias EOS_Ecom_QueryOwnershipBySandboxIdsOptions 

Source
pub type EOS_Ecom_QueryOwnershipBySandboxIdsOptions = _tagEOS_Ecom_QueryOwnershipBySandboxIdsOptions;
Expand description

Input parameters for the EOS_Ecom_QueryOwnershipBySandboxIds function.

Aliased Type§

#[repr(C)]
pub struct EOS_Ecom_QueryOwnershipBySandboxIdsOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_EpicAccountIdDetails, pub SandboxIds: *mut *const u8, pub SandboxIdsCount: u32, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ECOM_QUERYOWNERSHIPBYSANDBOXIDSOPTIONS_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

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

§SandboxIds: *mut *const u8

The array of Sandbox IDs to check for ownership.

§SandboxIdsCount: u32

The number of Sandbox IDs in the query.