Partage via


XblPrivacyGetMuteListAsync

Get the list of Xuids that the calling user should not hear (mute) during multiplayer matchmaking.

Syntax

HRESULT XblPrivacyGetMuteListAsync(  
         XblContextHandle xblContextHandle,  
         XAsyncBlock* async  
)  

Parameters

xblContextHandle   _In_
Type: XblContextHandle

Xbox live context for the local user.

async   _In_
Type: XAsyncBlock*

The AsyncBlock for this operation.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Remarks

Call XblPrivacyGetMuteListResultCount and XblPrivacyGetMuteListResult upon completion to get result.

Requirements

Header: privacy_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

privacy_c