XblPresenceStopTrackingUsers

配置要跟踪实时设备和游戏状态更新的用户的列表。 将不再接收指定用户的状态更新。

语法

HRESULT XblPresenceStopTrackingUsers(  
         XblContextHandle xblContextHandle,  
         const uint64_t* xuids,  
         size_t xuidsCount  
)  

参数

xblContextHandle _In_
类型:XblContextHandle

本地用户的 Xbox Live 上下文。

xuids _In_
类型:uint64_t*

从被跟踪用户列表中删除的 XboxUserIDs 阵列。

xuidsCount _In_
类型:size_t

xuids 阵列长度。

返回值

类型:HRESULT

此 API 操作的 HRESULT 返回代码。

要求

头文件:presence_c.h

图书馆: Microsoft.Xbox.Services.14x.GDK.C.lib

另请参阅

presence_c