XblUserStatisticsAddStatisticChangedHandler
Registers an event handler for statistic change notifications. Event handlers receive a XblStatisticChangeEventArgs object.Syntax
Parameters
xblContextHandle _In_Type: XblContextHandle XBOX live context for the local user. handler _In_
Type: XblStatisticChangedHandler The callback function that receives notifications. handlerContext _In_opt_
Type: void* Client context pointer to be passed back to the handler.
