XblUserStatisticsStopTrackingUsers

Configures the set of stats that will be tracked real-time. The API will cancel all real-time stat updates for the provided users.

Syntax

HRESULT XblUserStatisticsStopTrackingUsers(  
         XblContextHandle xblContextHandle,  
         const uint64_t* xboxUserIds,  
         size_t xboxUserIdsCount  
)  

Parameters

xblContextHandle   _In_
Type: XblContextHandle

Xbox live context for the local user.

xboxUserIds   _In_
Type: uint64_t*

Array of XboxUserIDs for whom to stop tracking the all stats.

xboxUserIdsCount   _In_
Type: size_t

Length of xboxUserIds array.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: user_statistics_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

user_statistics_c