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

Removes a mute list change handler.

## Syntax

```cpp theme={null}
HRESULT XblPrivacyRemoveMuteListChangedHandler(  
         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 [XblPrivacyAddMuteListChangedHandler](/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddmutelistchangedhandler) 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)
