> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblUserStatisticsRemoveStatisticChangedHandler

> XblUserStatisticsRemoveStatisticChangedHandler

# XblUserStatisticsRemoveStatisticChangedHandler

Anula el registro de un controlador de eventos para las notificaciones de cambio de estadísticas.

## Sintaxis

```cpp theme={null}
void XblUserStatisticsRemoveStatisticChangedHandler(  
         XblContextHandle xblContextHandle,  
         XblFunctionContext context  
)  
```

### Parámetros

*xblContextHandle*   \_In\_\
Tipo: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

Contexto de XBOX live del usuario local.

*context*   \_In\_\
Tipo: XblFunctionContext

El objeto function\_context que se devolvió cuando se registró el controlador de eventos.

### Valor devuelto

Tipo: void

## Requisitos

**Encabezado:** user\_statistics\_c.h

**Biblioteca:** Microsoft.Xbox.Services.14x.GDK.C.lib

## Consulte también

[user\_statistics\_c](/reference/live/xsapi-c/user_statistics_c/user_statistics_c_members)


## Related topics

- [Programación del servicio RTA](/es/services/xbox-services/fundamentals/rta/how-to/live-programming-rta.md)
- [XblUserStatisticsAddStatisticChangedHandler](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsaddstatisticchangedhandler.md)
- [XblStatisticChangedHandler](/es/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler.md)
- [XblUserStatisticsTrackStatistics](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticstrackstatistics.md)
- [XblStatisticChangeEventArgs](/es/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs.md)
