XblPrivacyGetMuteListResultCount

Get result count for an XblPrivacyGetMuteListAsync call.

Syntax

HRESULT XblPrivacyGetMuteListResultCount(  
         XAsyncBlock* async,  
         size_t* xuidCount  
)  

Parameters

async   _In_
Type: XAsyncBlock*

The AsyncBlock for this operation.

xuidCount   _Out_
Type: size_t*

Passes back the number of Xuids in the mute list.

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