> ## 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.

# PFLobbyJoinConfiguration

> クライアントが既存の PlayFab Multiplayer ロビーに参加するときに使用される初期構成データです。参加するメンバーの初期プロパティ値を含みます。

ロビーに参加するときに使用される初期構成データです。

## 構文

```cpp theme={null}
struct PFLobbyJoinConfiguration {  
    uint32_t memberPropertyCount;  
    const char* const* memberPropertyKeys;  
    const char* const* memberPropertyValues;  
}  
```

### メンバー

**`memberPropertyCount`**   uint32\_t

ロビーに参加するメンバーの初期メンバー プロパティの数です。

**`memberPropertyKeys`**   const char\* const\*\
*サイズ `memberPropertyCount` の配列*

ロビーに参加するメンバーの初期メンバー プロパティのキーです。

メンバーごとのプロパティは、ロビーのメンバーにのみ表示されます。

**`memberPropertyValues`**   const char\* const\*\
*サイズ `memberPropertyCount` の配列*

ロビーに参加するメンバーの初期メンバー プロパティの値です。

メンバーごとのプロパティは、ロビーのメンバーにのみ表示されます。

## 要件

**ヘッダー:** PFLobby.h

## 関連項目

[PFLobby のメンバー](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/pflobby_members)


## Related topics

- [PFMultiplayerCreateAndJoinLobby](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/functions/pfmultiplayercreateandjoinlobby.md)
- [PFMultiplayerJoinLobby](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/functions/pfmultiplayerjoinlobby.md)
- [PFMultiplayer C/C++ API 概要 - PFLobby.h](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/pflobby_members.md)
- [LobbyJoinConfiguration](/ja-jp/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbyJoinConfiguration/LobbyJoinConfiguration.md)
- [LobbyArrangedJoinConfiguration](/ja-jp/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbyArrangedJoinConfiguration/LobbyArrangedJoinConfiguration.md)
