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

# XblPrivacyAddMuteListChangedHandler

> XblPrivacyAddMuteListChangedHandler

# XblPrivacyAddMuteListChangedHandler

사용자의 음소거 목록이 변경될 때 알림을 받기 위한 이벤트 핸들러를 등록합니다.

## Syntax

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

### Parameters

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

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

*handler*   \_In\_\
Type: XblPrivacyMuteListChangedHandler

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

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

핸들러에 다시 전달될 클라이언트 컨텍스트 포인터입니다.

### Return value

Type: XblFunctionContext

핸들러를 제거하는 데 사용되는 XblFunctionContext입니다.

## Remarks

이벤트 핸들러의 등록을 해제하려면 [XblPrivacyRemoveMuteListChangedHandler](/reference/live/xsapi-c/privacy_c/functions/xblprivacyremovemutelistchangedhandler)를 호출합니다.

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

- [XblPrivacyRemoveMuteListChangedHandler](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacyremovemutelistchangedhandler.md)
- [XblPrivacyAddBlockListChangedHandler](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddblocklistchangedhandler.md)
- [XblPrivacyRemoveBlockListChangedHandler](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacyremoveblocklistchangedhandler.md)
- [XblPrivacyGetMuteListAsync](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacygetmutelistasync.md)
- [XblPrivacyGetMuteListResult](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacygetmutelistresult.md)
