Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.14x.GDK.C.lib