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

# XblPrivacyAddBlockListChangedHandler

> XblPrivacyAddBlockListChangedHandler

# XblPrivacyAddBlockListChangedHandler

사용자의 차단 목록이 변경될 때 알림에 대한 이벤트 처리기를 등록합니다.

## Syntax

```cpp theme={null}
XblFunctionContext XblPrivacyAddBlockListChangedHandler(  
         XblContextHandle xboxLiveContext,  
         XblPrivacyBlockListChangedHandler handler,  
         void* handlerContext  
)  
```

### Parameters

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

XblContextCreateHandle로 생성된 XBOX 서비스 컨텍스트 핸들입니다.

*handler*   \_In\_\
Type: XblPrivacyBlockListChangedHandler

알림을 수신하는 콜백 함수입니다.

*handlerContext*   \_In\_opt\_\
Type: void\*

처리기에 다시 전달될 클라이언트 컨텍스트 포인터입니다.

### Return value

Type: XblFunctionContext

처리기를 제거하는 데 사용되는 XblFunctionContext입니다.

## Remarks

이벤트 처리기의 등록을 해제하려면 [XblPrivacyRemoveBlockListChangedHandler](/reference/live/xsapi-c/privacy_c/functions/xblprivacyremoveblocklistchangedhandler)를 호출합니다.

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

- [XblPrivacyRemoveBlockListChangedHandler](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacyremoveblocklistchangedhandler.md)
- [XblPrivacyAddMuteListChangedHandler](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddmutelistchangedhandler.md)
- [XblPrivacyRemoveMuteListChangedHandler](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacyremovemutelistchangedhandler.md)
- [XblMultiplayerAddSessionChangedHandler](/ko/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayeraddsessionchangedhandler.md)
- [XblPresenceAddTitlePresenceChangedHandler](/ko/reference/live/xsapi-c/presence_c/functions/xblpresenceaddtitlepresencechangedhandler.md)
