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

Configures the list of titles for which real-time title presence will be tracked. Title presence updates for the specified titles will no longer be received.

## Syntax

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

### Parameters

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

XBOX live context for the local user.

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

Array of title IDs to remove from the list of tracked titles.

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

Length of the titleIds array.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Requirements

**Header:** presence\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

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


## Related topics

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