Freigeben über


XblMultiplayerGetActivitiesForUsersResultCount

Gets the number of XblMultiplayerActivityDetails objects returned.

Syntax

HRESULT XblMultiplayerGetActivitiesForUsersResultCount(  
         XAsyncBlock* async,  
         size_t* activityCount  
)  

Parameters

async   _In_
Type: XAsyncBlock*

The XAsyncBlock for this operation.

activityCount   _Out_
Type: size_t*

The number of activity objects returned.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: multiplayer_c.h

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

See also

multiplayer_c