Partage via


XblMultiplayerGetActivitiesWithPropertiesForUsersResultSize

Gets the size of XblMultiplayerActivityDetails objects returned.

Syntax

HRESULT XblMultiplayerGetActivitiesWithPropertiesForUsersResultSize(  
         XAsyncBlock* async,  
         size_t* resultSizeInBytes  
)  

Parameters

async   _In_
Type: XAsyncBlock*

The XAsyncBlock for this operation.

resultSizeInBytes   _Out_
Type: size_t*

Returns the size in bytes required to store the result.

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