> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblMultiplayerSessionPropertiesSetKeywords

> XblMultiplayerSessionPropertiesSetKeywords

# XblMultiplayerSessionPropertiesSetKeywords

セッションに関連付けられたキーワードのコレクションです。(省略可能。空の場合があります)

## 構文

```cpp theme={null}
HRESULT XblMultiplayerSessionPropertiesSetKeywords(  
         XblMultiplayerSessionHandle handle,  
         const char** keywords,  
         size_t keywordsCount  
)  
```

### パラメーター

*handle*   \_In\_\
型: [XblMultiplayerSessionHandle](/reference/live/xsapi-c/multiplayer_c/handles/xblmultiplayersessionhandle)

マルチプレイヤー セッションへのハンドル。

*keywords*   \_In\_\
型: char\*\*

セッションに関連付けるキーワード。既存のキーワードは上書きされます。

*keywordsCount*   \_In\_\
型: size\_t

keywords 配列のサイズ。

### 戻り値

型: HRESULT

この API 操作の HRESULT 戻りコード。

## 要件

**ヘッダー:** multiplayer\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

[multiplayer\_c](/reference/live/xsapi-c/multiplayer_c/multiplayer_c_members)
