XblPrivacyGetAvoidListAsync

Get the list of Xuids the calling user should avoid during multiplayer matchmaking.

Syntax

HRESULT XblPrivacyGetAvoidListAsync(  
         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 XblPrivacyGetAvoidListResultCount and XblPrivacyGetAvoidListResult upon completion to get the result.

Requirements

Header: privacy_c.h

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

See also

privacy_c