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

# XblPrivacyRemoveMuteListChangedHandler

> XblPrivacyRemoveMuteListChangedHandler

# XblPrivacyRemoveMuteListChangedHandler

음소거 목록 변경 핸들러를 제거합니다.

## Syntax

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

### Parameters

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

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

*handlerFunctionContext*   \_In\_\
Type: XblFunctionContext

제거할 핸들러의 컨텍스트입니다.

### Return value

Type: HRESULT

이 API 작업에 대한 HRESULT 반환 코드입니다.

## Remarks

이벤트 핸들러를 등록하는 데 [XblPrivacyAddMuteListChangedHandler](/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddmutelistchangedhandler)를 사용한 경우에만 이 API를 호출합니다.

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

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