Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Describes an image.
Syntax
typedef struct XStoreImage {
const char* uri;
uint32_t height;
uint32_t width;
const char* caption;
const char* imagePurposeTag;
} XStoreImage
Members
uri
Type: const char*
URI to the image.
height
Type: uint32_t
Height of the image.
width
Type: uint32_t
Width of the image.
caption
Type: const char*
Caption for the image.
imagePurposeTag
Type: const char*
A string containing a tag indicating the purpose of the image.
Remarks
Aspects of the Microsoft store experience use images to help describe the product, and this struct describes those images. XStoreImage is a member of the XStoreProduct struct. XStoreImage is a member of the XStoreSku struct. XStoreImage is a member of the XStoreVideo struct.
Requirements
Header: XStore.h (included in XGameRuntime.h)
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles