> ## 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.

# title_managed_statistics_c

> title_managed_statistics_c

# title\_managed\_statistics\_c

## Enumerations

| Enumeration                                                                                                 | Description                                                   |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [XblTitleManagedStatType](/reference/live/xsapi-c/title_managed_statistics_c/enums/xbltitlemanagedstattype) | Enumeration values that indicate the Title Managed Stat type. |

## Functions

| Function                                                                                                                                  | Description                                                                                                                                          |
| ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| [XblTitleManagedStatsDeleteStatsAsync](/reference/live/xsapi-c/title_managed_statistics_c/functions/xbltitlemanagedstatsdeletestatsasync) | Delete stats for the calling user (any stats not referenced will remain unchanged).                                                                  |
| [XblTitleManagedStatsUpdateStatsAsync](/reference/live/xsapi-c/title_managed_statistics_c/functions/xbltitlemanagedstatsupdatestatsasync) | Partially update the calling user's stats. Stats will only be overwritten if they already exist (any stats not referenced will remain unchanged).    |
| [XblTitleManagedStatsWriteAsync](/reference/live/xsapi-c/title_managed_statistics_c/functions/xbltitlemanagedstatswriteasync)             | Completely update the calling user's stats. This call wipes out all existing stats (any stats not referenced in the provided array will be removed). |

## Structures

| Structure                                                                                                       | Description                                           |
| --------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| [XblTitleManagedStatistic](/reference/live/xsapi-c/title_managed_statistics_c/structs/xbltitlemanagedstatistic) | Contains information about a Title Managed statistic. |


## Related topics

- [XblTitleManagedStatistic](/reference/live/xsapi-c/title_managed_statistics_c/structs/xbltitlemanagedstatistic.md)
- [XblTitleManagedStatType](/es/reference/live/xsapi-c/title_managed_statistics_c/enums/xbltitlemanagedstattype.md)
- [XblTitleManagedStatsWriteAsync](/reference/live/xsapi-c/title_managed_statistics_c/functions/xbltitlemanagedstatswriteasync.md)
- [XblTitleManagedStatsUpdateStatsAsync](/reference/live/xsapi-c/title_managed_statistics_c/functions/xbltitlemanagedstatsupdatestatsasync.md)
- [XblTitleManagedStatsDeleteStatsAsync](/ja-jp/reference/live/xsapi-c/title_managed_statistics_c/functions/xbltitlemanagedstatsdeletestatsasync.md)
