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