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

Removes a block list change handler.

## Syntax

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

### Parameters

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

An xbox services context handle created with XblContextCreateHandle.

*handlerFunctionContext*   \_In\_\
Type: XblFunctionContext

Context for the handler to remove.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Remarks

Call this API only if [XblPrivacyAddBlockListChangedHandler](/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddblocklistchangedhandler) was used to register an event handler.

## Requirements

**Header:** privacy\_c.h

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

## See also

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


## Related topics

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