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

# XblPresenceStopTrackingAdditionalTitles

> XblPresenceStopTrackingAdditionalTitles

# XblPresenceStopTrackingAdditionalTitles

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

## 構文

```cpp theme={null}
HRESULT XblPresenceStopTrackingAdditionalTitles(  
         XblContextHandle xblContextHandle,  
         const uint32_t* titleIds,  
         size_t titleIdsCount  
)  
```

### パラメーター

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

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

*titleIds*   \_In\_\
型: uint32\_t\*

追跡対象のタイトル リストから削除するタイトル ID の配列。

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

titleIds 配列の長さ。

### 戻り値

型: 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

- [XblPresenceStopTrackingUsers](/ja-jp/reference/live/xsapi-c/presence_c/functions/xblpresencestoptrackingusers.md)
- [XblPresenceTrackAdditionalTitles](/ja-jp/reference/live/xsapi-c/presence_c/functions/xblpresencetrackadditionaltitles.md)
- [XblUserStatisticsStopTrackingStatistics](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsstoptrackingstatistics.md)
- [XblUserStatisticsStopTrackingUsers](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsstoptrackingusers.md)
- [XblPresenceAddTitlePresenceChangedHandler](/ja-jp/reference/live/xsapi-c/presence_c/functions/xblpresenceaddtitlepresencechangedhandler.md)
