> ## 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.

# XblPrivacyRemoveMuteListChangedHandler

> XblPrivacyRemoveMuteListChangedHandler

# XblPrivacyRemoveMuteListChangedHandler

Quita un controlador de cambios de la lista de silenciados.

## Sintaxis

```cpp theme={null}
HRESULT XblPrivacyRemoveMuteListChangedHandler(  
         XblContextHandle xboxLiveContext,  
         XblFunctionContext handlerFunctionContext  
)  
```

### Parámetros

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

Identificador de contexto de xbox services creado con XblContextCreateHandle.

*handlerFunctionContext*   \_In\_\
Tipo: XblFunctionContext

Contexto del controlador que se va a quitar.

### Valor devuelto

Tipo: HRESULT

Código de retorno HRESULT de esta operación de API.

## Comentarios

Llame a esta API solo si se usó [XblPrivacyAddMuteListChangedHandler](/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddmutelistchangedhandler) para registrar un controlador de eventos.

## Requisitos

**Encabezado:** privacy\_c.h

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

## Consulte también

[privacy\_c](/reference/live/xsapi-c/privacy_c/privacy_c_members)


## Related topics

- [XblPrivacyAddMuteListChangedHandler](/es/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddmutelistchangedhandler.md)
- [XblPrivacyRemoveBlockListChangedHandler](/es/reference/live/xsapi-c/privacy_c/functions/xblprivacyremoveblocklistchangedhandler.md)
- [XblPrivacyAddBlockListChangedHandler](/es/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddblocklistchangedhandler.md)
- [XblPrivacyGetMuteListResult](/es/reference/live/xsapi-c/privacy_c/functions/xblprivacygetmutelistresult.md)
- [XblPrivacyGetMuteListAsync](/es/reference/live/xsapi-c/privacy_c/functions/xblprivacygetmutelistasync.md)
