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

# XblPrivacyRemoveBlockListChangedHandler

> XblPrivacyRemoveBlockListChangedHandler

# XblPrivacyRemoveBlockListChangedHandler

Quita un controlador de cambios de la lista de bloqueados.

## Sintaxis

```cpp theme={null}
HRESULT XblPrivacyRemoveBlockListChangedHandler(  
         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ó [XblPrivacyAddBlockListChangedHandler](/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddblocklistchangedhandler) 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

- [XblPrivacyAddBlockListChangedHandler](/es/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddblocklistchangedhandler.md)
- [XblPrivacyRemoveMuteListChangedHandler](/es/reference/live/xsapi-c/privacy_c/functions/xblprivacyremovemutelistchangedhandler.md)
- [XblPrivacyAddMuteListChangedHandler](/es/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddmutelistchangedhandler.md)
- [XblMultiplayerRemoveSessionChangedHandler](/es/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayerremovesessionchangedhandler.md)
- [XblSocialRemoveSocialRelationshipChangedHandler](/es/reference/live/xsapi-c/social_c/functions/xblsocialremovesocialrelationshipchangedhandler.md)
