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

# XblPresenceStopTrackingUsers

> XblPresenceStopTrackingUsers

# XblPresenceStopTrackingUsers

リアルタイムのデバイスおよびタイトル プレゼンスの更新を追跡するユーザーのリストを構成します。指定されたユーザーのプレゼンス更新は今後受信されなくなります。

## 構文

```cpp theme={null}
HRESULT XblPresenceStopTrackingUsers(  
         XblContextHandle xblContextHandle,  
         const uint64_t* xuids,  
         size_t xuidsCount  
)  
```

### パラメーター

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

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

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

追跡対象のユーザー リストから削除する XboxUserID の配列。

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

xuids 配列の長さ。

### 戻り値

型: HRESULT

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

## 要件

**ヘッダー:** presence\_c.h

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

## 関連項目

[presence\_c](/reference/live/xsapi-c/presence_c/presence_c_members)


## Related topics

- [XblPresenceStopTrackingAdditionalTitles](/ja-jp/reference/live/xsapi-c/presence_c/functions/xblpresencestoptrackingadditionaltitles.md)
- [XblUserStatisticsStopTrackingUsers](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsstoptrackingusers.md)
- [XblUserStatisticsStopTrackingStatistics](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsstoptrackingstatistics.md)
- [XblPresenceUserState](/ja-jp/reference/live/xsapi-c/presence_c/enums/xblpresenceuserstate.md)
- [XblPresenceTrackUsers](/ja-jp/reference/live/xsapi-c/presence_c/functions/xblpresencetrackusers.md)
