Skip to main content

EOS_Ecom_KeyImageInfo

Type Alias EOS_Ecom_KeyImageInfo 

Source
pub type EOS_Ecom_KeyImageInfo = _tagEOS_Ecom_KeyImageInfo;
Expand description

Contains information about a key image used by the catalog. Instances of this structure are created by EOS_Ecom_CopyItemImageInfoByIndex. They must be passed to EOS_Ecom_KeyImageInfo_Release. A Key Image is defined within Dev Portal and is associated with a Catalog Item. A Key Image is intended to be used to provide imagery for an in-game store.

@see EOS_Ecom_CopyItemImageInfoByIndex @see EOS_Ecom_KeyImageInfo_Release

Aliased Type§

#[repr(C)]
pub struct EOS_Ecom_KeyImageInfo { pub ApiVersion: i32, pub Type: *const i8, pub Url: *const i8, pub Width: u32, pub Height: u32, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ECOM_KEYIMAGEINFO_API_LATEST.

§Type: *const i8

Describes the usage of the image (ex: home_thumbnail)

§Url: *const i8

The URL of the image

§Width: u32

The expected width in pixels of the image

§Height: u32

The expected height in pixels of the image