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

# XblUserStatisticsStopTrackingStatistics

> XblUserStatisticsStopTrackingStatistics

# XblUserStatisticsStopTrackingStatistics

リアルタイムで追跡される統計のセットを構成します。指定された統計およびユーザーに関する更新は今後受け取らなくなります。

## 構文

```cpp theme={null}
HRESULT XblUserStatisticsStopTrackingStatistics(  
         XblContextHandle xblContextHandle,  
         const uint64_t* xboxUserIds,  
         size_t xboxUserIdsCount,  
         const char* serviceConfigurationId,  
         const char** statisticNames,  
         size_t statisticNamesCount  
)  
```

### パラメーター

*xblContextHandle*   \_In\_\
型: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

ローカル ユーザーの XBOX Live コンテキスト。

*xboxUserIds*   \_In\_\
型: uint64\_t\*

指定された統計の追跡を停止する対象の XboxUserID の配列。

*xboxUserIdsCount*   \_In\_\
型: size\_t

xboxUserIds 配列の長さ。

*serviceConfigurationId*   \_In\_z\_\
型: char\*

タイトルのサービス構成 ID (SCID)。SCID は大文字と小文字が区別されるため、パートナー センターから直接貼り付けてください。

*statisticNames*   \_In\_\
型: char\*\*

リアルタイム更新が不要になった統計名の配列。

*statisticNamesCount*   \_In\_\
型: size\_t

statisticNames 配列の長さ。

### 戻り値

型: HRESULT

この API 操作の HRESULT 戻り値コード。

## 要件

**ヘッダー:** user\_statistics\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

[user\_statistics\_c](/reference/live/xsapi-c/user_statistics_c/user_statistics_c_members)


## Related topics

- [XblUserStatisticsStopTrackingUsers](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsstoptrackingusers.md)
- [XblPresenceStopTrackingUsers](/ja-jp/reference/live/xsapi-c/presence_c/functions/xblpresencestoptrackingusers.md)
- [XblUserStatisticsTrackStatistics](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticstrackstatistics.md)
- [XblUserStatisticsResult](/ja-jp/reference/live/xsapi-c/user_statistics_c/structs/xbluserstatisticsresult.md)
- [XblUserStatisticsGetMultipleUserStatisticsAsync](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsasync.md)
