XblMultiplayerSessionPropertiesSetKeywords

A collection of keywords associated with the session. (Optional, might be empty)

Syntax

HRESULT XblMultiplayerSessionPropertiesSetKeywords(  
         XblMultiplayerSessionHandle handle,  
         const char** keywords,  
         size_t keywordsCount  
)  

Parameters

handle   _In_
Type: XblMultiplayerSessionHandle

Handle to the multiplayer session.

keywords   _In_
Type: char**

The keywords to associate with the session. Overwrites existing keywords.

keywordsCount   _In_
Type: size_t

The size of the keywords 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