Skip to main content

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

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.14x.GDK.C.lib

See also

user_statistics_c
Last modified on August 20, 2026