> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XStoreImage

> XStoreImage

# XStoreImage

Describes an image.

## Syntax

```cpp theme={null}
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](/reference/system/xstore/structs/xstoreproduct) struct. **XStoreImage** is a member of the [XStoreSku](/reference/system/xstore/structs/xstoresku) struct. **XStoreImage** is a member of the [XStoreVideo](/reference/system/xstore/structs/xstorevideo) struct.

## Requirements

**Header:** XStore.h (included in XGameRuntime.h)

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## See also

[XStore](/reference/system/xstore/xstore_members)\
[XStoreProduct](/reference/system/xstore/structs/xstoreproduct)\
[XStoreSku](/reference/system/xstore/structs/xstoresku)\
[XStoreVideo](/reference/system/xstore/structs/xstorevideo)


## Related topics

- [XStoreVideo](/reference/system/xstore/structs/xstorevideo.md)
- [XStore](/reference/system/xstore/xstore_members.md)
- [XStoreSku](/reference/system/xstore/structs/xstoresku.md)
- [XStoreProduct](/reference/system/xstore/structs/xstoreproduct.md)
- [Configure Store listings for a game](/publishing/game-publishing/tutorial-xbox-managed/how-to-create-a-store-listing.md)
