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

移除阻止列表更改处理程序。

## 语法

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

### 参数

*xboxLiveContext*   \_In\_\
类型：[XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

使用 XblContextCreateHandle 创建的 XBOX 服务上下文句柄。

*handlerFunctionContext*   \_In\_\
类型：XblFunctionContext

要移除的处理程序的上下文。

### 返回值

类型：HRESULT

此 API 操作的 HRESULT 返回代码。

## 备注

仅在使用 [XblPrivacyAddBlockListChangedHandler](/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddblocklistchangedhandler) 注册了事件处理程序的情况下才调用此 API。

## 要求

**头文件：** privacy\_c.h

**库：** Microsoft.Xbox.Services.14x.GDK.C.lib

## 另请参阅

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


## Related topics

- [XblPrivacyAddBlockListChangedHandler](/zh-CN/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddblocklistchangedhandler.md)
- [XblPrivacyRemoveMuteListChangedHandler](/zh-CN/reference/live/xsapi-c/privacy_c/functions/xblprivacyremovemutelistchangedhandler.md)
- [XblPrivacyAddMuteListChangedHandler](/zh-CN/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddmutelistchangedhandler.md)
- [XblMultiplayerRemoveSessionChangedHandler](/zh-CN/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayerremovesessionchangedhandler.md)
- [XblMultiplayerRemoveConnectionIdChangedHandler](/zh-CN/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayerremoveconnectionidchangedhandler.md)
