XblPrivacyGetAvoidListResult

Get result for an XblPrivacyGetAvoidListAsync call.

Syntax

HRESULT XblPrivacyGetAvoidListResult(  
         XAsyncBlock* async,  
         size_t xuidCount,  
         uint64_t* xuids  
)  

Parameters

async   _In_
Type: XAsyncBlock*

The AsyncBlock for this operation.

xuidCount   _In_
Type: size_t

Size of the xuids array. Use XblPrivacyGetAvoidListResultCount to get the count required.

xuids   _Out_writes_(xuidCount)
Type: uint64_t*

A caller allocated array that passes back the avoid list xuids result.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: privacy_c.h

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

See also

privacy_c