Skip to main content

XblPrivacyAddMuteListChangedHandler

Registers an event handler for notifications when the user’s mute list changes.

Syntax

Parameters

xboxLiveContext   _In_
Type: XblContextHandle
An xbox services context handle created with XblContextCreateHandle. handler   _In_
Type: XblPrivacyMuteListChangedHandler
The callback function that receives notifications. handlerContext   _In_opt_
Type: void*
Client context pointer to be passed back to the handler.

Return value

Type: XblFunctionContext A XblFunctionContext used to remove the handler.

Remarks

Call XblPrivacyRemoveMuteListChangedHandler to un-register the event handler.

Requirements

Header: privacy_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

privacy_c
Last modified on August 4, 2026