XblMultiplayerSessionPropertiesSetTurnCollection

Sets the collection of session MemberIds indicating whose turn it is.

Syntax

HRESULT XblMultiplayerSessionPropertiesSetTurnCollection(  
         XblMultiplayerSessionHandle handle,  
         const uint32_t* turnCollectionMemberIds,  
         size_t turnCollectionMemberIdsCount  
)  

Parameters

handle   _In_
Type: XblMultiplayerSessionHandle

Handle to the multiplayer session.

turnCollectionMemberIds   _In_
Type: uint32_t*

Collection of MemberIds whose turn it is.

turnCollectionMemberIdsCount   _In_
Type: size_t

The size of the turnCollectionMemberIds array.

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