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: i32API Version: Set this to EOS_ECOM_QUERYOWNERSHIPBYSANDBOXIDSOPTIONS_API_LATEST.
LocalUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the local user whose ownership to query.
SandboxIds: *mut *const u8The array of Sandbox IDs to check for ownership.
SandboxIdsCount: u32The number of Sandbox IDs in the query.