XStoreImage
画像について記述されています。
構文
typedef struct XStoreImage {
const char* uri;
uint32_t height;
uint32_t width;
const char* caption;
const char* imagePurposeTag;
} XStoreImage
メンバー
uri
型: const char*
画像への URI。
height
型: uint32_t
画像の高さ。
width
型: uint32_t
画像の幅。
caption
型: const char*
画像のキャプション。
imagePurposeTag
型: const char*
画像の目的を示すタグが含まれる文字列。
解説
一部の Microsoft Store エクスペリエンスでは製品の説明にイメージを使用します。この構造体にはこれらのイメージが記述されています。 XStoreImage は、XStoreProduct 構造体のメンバーです。 XStoreImage は、XStoreSku 構造体のメンバーです。 XStoreImage は、XStoreVideo 構造体のメンバーです。
要件
ヘッダー: XStore.h (XGameRuntime.h に含まれます)
サポートされているプラットフォーム: Windows、Xbox One ファミリー本体、Xbox Series 本体