XblStatisticChangedHandler

Event handler for statistic change notifications.

Syntax

void XblStatisticChangedHandler(  
         XblStatisticChangeEventArgs statisticChangeEventArgs,  
         void* context  
)  

Parameters

statisticChangeEventArgs   _In_
Type: XblStatisticChangeEventArgs

Contains information about a change to a subscribed statistic.

context   _In_
Type: void*

Caller context that will be passed back to the handler.

Return value

Type: void

Argument of

XblUserStatisticsAddStatisticChangedHandler

Requirements

Header: user_statistics_c.h

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

See also

user_statistics_c